Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL-1
QOSAMI-WSL-1
/
src
/
windows
/
wslsettings
/
Contracts
/
Services
/
IPageService.cs
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
cs
8 lines
184 Bytes
Copy permalink
Copy
Raw
1
// Copyright (C) Microsoft Corporation. All rights reserved.
2
3
namespace
WslSettings.Contracts.Services
;
4
5
public
interface
IPageService
6
{
7
Type
GetPageType
(
string
key
);
8
}