feat(dal): Переделал модели для новой концепции управления роботами
This commit is contained in:
@@ -13,9 +13,9 @@ namespace PARR.DAL.Services.Implementations
|
||||
this.dataContext = dataContext;
|
||||
}
|
||||
|
||||
public IQueryable<StatusTemplate> Get()
|
||||
public IQueryable<StatusTask> Get()
|
||||
{
|
||||
return dataContext.StatusTemplates;
|
||||
return dataContext.StatusTasks;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user