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