using DepartmentContract.BindingModels; using DepartmentContract.ViewModels; using ToolsModule.Interfaces; namespace DepartmentContract.Logics.IGenericEntityLogic { /// /// Логика работы с приказами /// public interface IOrderLogic : IGenericEntityLogic { } }