Exemple #1
0
 public static DataTable ReportPhanCa(string fromDate, string toDate, string mode, string boPhan, string maCa)
 {
     return(DAO_PhanCa.ReportPhanCa(fromDate, toDate, mode, boPhan, maCa));
 }