feat(api): jobGroup - управление автораспределением
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
using PARR.DAL.Models.Job;
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Job
|
||||
{
|
||||
public interface IJobGroupService : IBaseService<Models.Job.JobGroup>
|
||||
{
|
||||
/// <summary>
|
||||
/// Удалить настройки автораспределения
|
||||
/// </summary>
|
||||
/// <param name="distributionConfig"></param>
|
||||
void DeleteDistributionConfig(JobGroupDistributionConfig distributionConfig);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user