Exemplo n.º 1
0
 public IActionResult Get()
 {
     try
     {
         return(Ok(_studentApplication.ListAll()));
     }
     catch (Exception ex)
     {
         return(NotFound(ex));
     }
 }