using DepartmentBusinessLogic.BindingModels; using ModuleTools.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение записей приказов по студентам /// public interface IOrderStudentRecordService : IGenerticEntityService { } }