7 lines
112 B
C#
7 lines
112 B
C#
namespace Adaptation.Shared.Methods
|
|
{
|
|
|
|
public interface IAppSettings : Properties.IAppSettings
|
|
{
|
|
}
|
|
} |