using PARR.DAL.Models.Job; using PARR.DAL.Services.Interfaces.Base; namespace PARR.DAL.Services.Interfaces.Job { public interface IJobGroupService : IBaseService { /// /// Удалить настройки автораспределения /// /// void DeleteDistributionConfig(JobGroupDistributionConfig distributionConfig); } }