Zxd.Core/code/Zxd.Domain/Impl/ISystemConfigDomain.cs

9 lines
195 B
C#

namespace Zxd.Domain.Impl
{
public interface ISystemConfigDomain : IScopedDependency
{
SystemConfig GetSystemConfig();
ClientKey GetClientKey(string clientId);
}
}