Esempio n. 1
0
 public object Get(Guid usuarioId)
 {
     try
     {
         return(Ok(_taskServices.GetTotalTasks(usuarioId)));
     }
     catch (Exception e)
     {
         return(BadRequest(e.Message));
     }
 }