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