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