コード例 #1
0
 public IEnumerable <SelectListItem> GetDoctorList()
 {
     return(reportDao.GetDoctorList());
 }