コード例 #1
0
 public DataTable getStaffInSubject(string staffId)
 {
     return(scheduleDAL.getStaffinSubject(staffId));
 }