예제 #1
0
 public async Task <IActionResult> DeleteDoctors(int id)
 {
     return(Ok(await _context.DeleteDoctorsByIDAsync(id)));
 }