Ejemplo n.º 1
0
 public async Task <Tasks> UpdateTasksIndex(int Id)
 {
     return(await _tasksDal.GetById(Id));
 }