feat(api,templateActivator): обновлена логика templateActivator
This commit is contained in:
@@ -19,7 +19,7 @@ namespace PARR.DAL.Services.Interfaces
|
||||
/// </summary>
|
||||
/// <param name="taskStatus"></param>
|
||||
/// <param name="configuration"></param>
|
||||
void ChangeTaskStatus(TaskStatusEnum taskStatus, ref RobotConfiguration configuration);
|
||||
void ChangeTaskStatus(TaskStatusEnum taskStatus, RobotConfiguration configuration);
|
||||
|
||||
/// <summary>
|
||||
/// Поиск невыполненных заданий и установка им статуса ошибки робота
|
||||
@@ -35,6 +35,6 @@ namespace PARR.DAL.Services.Interfaces
|
||||
/// <param name="robotsEnum"></param>
|
||||
/// <param name="template"></param>
|
||||
/// <returns></returns>
|
||||
RobotConfiguration GetFromTemplateByRobotCode(RobotsEnum robotsEnum, ref Template template);
|
||||
RobotConfiguration GetFromTemplateByRobotCode(RobotsEnum robotsEnum, Template template);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user