Exemple #1
0
 public IActionResult Delete(int id)
 {
     return(Ok(
                _estudianteService.Delete(id)
                ));
 }