feat(api,core,dal): Группы работ - управление автокнотролем
This commit is contained in:
@@ -5,5 +5,6 @@ namespace PARR.Core.Repositories.Interfaces.Job
|
||||
public interface IJobAutoControlRepository
|
||||
{
|
||||
IQueryable<JobAutoControl> Get();
|
||||
void RemoveRange(List<JobAutoControl> autoControlList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user