using DepartmentBusinessLogic.BindingModels; using ToolsModule.Interfaces; namespace DepartmentBusinessLogic.Interfaces { /// /// Хранение норм времени /// public interface ITimeNormService : IGenerticEntityService { } }