using DepartmentContract.BindingModels; using ToolsModule.ManagmentEntity; namespace DepartmentContract.Services.IGenericEntityService { /// /// Хранение историй синхронизации оценок /// public interface IStudentMarkSyncHistoryService : IGenericEntityService { } }