9 lines
175 B
C#
9 lines
175 B
C#
namespace OI.Metrology.Shared.Models.Stateless;
|
|
|
|
public interface IAppSettingsRepository
|
|
{
|
|
|
|
List<string> GetAppSettings();
|
|
string GetBuildNumberAndGitCommitSeven();
|
|
|
|
} |