コード例 #1
0
ファイル: DoctorsController.cs プロジェクト: s20015/cw11
 public IActionResult ListDoctors()
 {
     return(Ok(_service.ListDoctors()));
 }