Exemple #1
0
 public IActionResult GetAll()
 {
     try
     {
         return(Ok(_repo.SelecionarTudoCompleto()));
     }
     catch (System.Exception)
     {
         return(StatusCode(500));
     }
 }