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));
 }
Exemple #2
0
 public static int XoaPhanCa(string s)
 {
     return(DAO_PhanCa.XoaPhanCa(s));
 }
Exemple #3
0
 public static DataTable LoadBangPhanCa(string maNV)
 {
     return(DAO_PhanCa.LoadBangPhanCa(maNV));
 }
Exemple #4
0
 public static string UpdatePhanCa(DataTable dt)
 {
     return(DAO_PhanCa.UpdatePhanCa(dt));
 }
Exemple #5
0
 public static string PhanCa(DataTable dt, string effectiveDate, string shiftID)
 {
     return(DAO_PhanCa.PhanCa(dt, effectiveDate, shiftID));
 }