using DepartmentBusinessLogic.BindingModels; using ToolsModule.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение учебных групп /// public interface IStudentGroupService : IGenerticEntityService { } }