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