예제 #1
0
 /*查询科室最近一周预约的时间安排*/
 public SectionSchedule GetSectionSchedule(string sectionID) {
     UserService userService = new UserService();
     return userService.GetSectionSchedule(sectionID);
 }