feat(api): Логика смены статусов для заданий робота. RobotTaskController
This commit is contained in:
@@ -13,9 +13,9 @@ namespace PARR.DAL.Services.Implementations
|
||||
this.dataContext = dataContext;
|
||||
}
|
||||
|
||||
public IQueryable<StatusTask> Get()
|
||||
public IQueryable<Models.TaskStatus> Get()
|
||||
{
|
||||
return dataContext.StatusTasks;
|
||||
return dataContext.TaskStatuses;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user