ec/Adaptation/Shared/Methods/IAppSettings.cs

5 lines
97 B
C#

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