コード例 #1
0
ファイル: StaffBLL.cs プロジェクト: huyquyentran/tour
 public static List <TourCountOfStaff> GetTourCountOfStaffs(DateTime?startDate, DateTime?endDate)
 {
     return(StaffDAL.GetTourCountOfStaffs(startDate, endDate));
 }