using DepartmentBusinessLogic.BindingModels; using ModuleTools.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение студентов /// public interface IStudentService : IGenerticEntityService { } }