using ModuleTools.Interfaces; using SecurityBusinessLogic.BindingModels; namespace SecurityBusinessLogic.Interfaces { /// /// Хранение ролей /// public interface IRoleService : IGenerticEntityService { } }