using ModuleTools.Interfaces; using SecurityBusinessLogic.BindingModels; namespace SecurityBusinessLogic.Interfaces { /// /// Хранение общих настроек системы /// public interface IEnviromentSettingService : IGenerticEntityService { } }