ec/Adaptation/Shared/Methods/IAppSettings.cs

7 lines
112 B
C#

namespace Adaptation.Shared.Methods
{
public interface IAppSettings : Properties.IAppSettings
{
}
}