using DepartmentBusinessLogic.BindingModels; using ToolsModule.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение историй синхронизации приказов /// public interface IOrderSyncHistoryService : IGenerticEntityService { } }