using SecurityContract.BindingModels; using ToolsModule.ManagmentEntity; namespace SecurityContract.Services.IGenericEntityService { /// /// Хранение ролей /// public interface IRoleService : IGenericEntityService { } }