Esempio n. 1
0
 public IActionResult DeleteDoctor(int id)
 {
     return(Ok(_context.DeletetDoctor(id)));
 }