예제 #1
0
 public IActionResult ListDoctors()
 {
     return(Ok(_service.ListDoctors()));
 }