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