feat(dal): изменен размер LoadBatchSize
This commit is contained in:
@@ -36,5 +36,12 @@ namespace PARR.DAL.Services.Interfaces
|
||||
/// <param name="template"></param>
|
||||
/// <returns></returns>
|
||||
RobotConfiguration GetFromTemplateByRobotCode(RobotsEnum robotsEnum, Template template);
|
||||
|
||||
/// <summary>
|
||||
/// Установить статус задания "Обновить", если разрешено
|
||||
/// </summary>
|
||||
/// <param name="configuration"></param>
|
||||
/// <returns>true - если изменил статус, false - нельзя изменить статус</returns>
|
||||
bool SetUpdateTaskStatusIfAllow(RobotConfiguration configuration);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user