Exemple #1
0
 public IActionResult DeletePatient(int id)
 {
     return(StatusCode(200, _service.DeletePatient(id)));
 }