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