App
This commit is contained in:
7
src/Alma.Abstraction/Services/IOsInformation.cs
Normal file
7
src/Alma.Abstraction/Services/IOsInformation.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Alma.Services;
|
||||
|
||||
public interface IOsInformation
|
||||
{
|
||||
string GetOsIdentifier();
|
||||
bool IsOnPlatform(string platform);
|
||||
}
|
||||
Reference in New Issue
Block a user