Example #1
0
 public IActionResult StudentePerCF(String cf)
 {
     return(Ok(repository.FindByCF(cf)));
 }