Viewer to Server
This commit is contained in:
9
Shared/Models/Stateless/IAppSettingsRepository.cs
Normal file
9
Shared/Models/Stateless/IAppSettingsRepository.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace OI.Metrology.Shared.Models.Stateless;
|
||||
|
||||
public interface IAppSettingsRepository<T>
|
||||
{
|
||||
|
||||
T GetAppSettings();
|
||||
string GetBuildNumberAndGitCommitSeven();
|
||||
|
||||
}
|
Reference in New Issue
Block a user