5 lines
97 B
C#
5 lines
97 B
C#
namespace Adaptation.Shared.Methods;
|
|
|
|
public interface IAppSettings : Properties.IAppSettings
|
|
{
|
|
} |