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