Exemple #1
0
 public static void CapNhatNoKH(string makh)
 {
     DAO_HDB.CapnhatNoKH(makh);
 }
Exemple #2
0
 public static void CapNhatSLSanPham(DTO_SP sp)
 {
     DAO_HDB.CapnhatSLSamPham(sp);
 }
Exemple #3
0
 public static DataTable timkiemHDB(string ngaylap, string thanglap, string namlap)
 {
     return(DAO_HDB.timkiemhdb(ngaylap, thanglap, namlap));
 }
Exemple #4
0
 public static void FillComboMaSP(ComboBox cb, string ma, string ten)
 {
     DAO_HDB.FillComboMaSP(cb, ma, ten);
 }
Exemple #5
0
 public static void RunDelSQLOnHDBCT(string mahdb)
 {
     DAO_HDB.RunDelSQLOnHDBCT(mahdb);
 }
Exemple #6
0
 public static bool ktHDBtrung(string mahdb)
 {
     return(DAO_HDB.ktHDBtrung(mahdb));
 }
Exemple #7
0
 public static void themHDB(DTO_HDB hdb)
 {
     DAO_HDB.ThemHDB(hdb);
 }
Exemple #8
0
 public static string FormatNumber(string number)
 {
     return(DAO_HDB.FormatNumber(number));
 }
Exemple #9
0
 public static DataTable LayTTSP(string masp)
 {
     return(DAO_HDB.LayTTSP(masp));
 }
Exemple #10
0
 public static DataTable LayTTKH(string makh)
 {
     return(DAO_HDB.LayTTKH(makh));
 }
Exemple #11
0
 public static DataTable LayTenNV(string manv)
 {
     return(DAO_HDB.LayTenNV(manv));
 }
Exemple #12
0
 public static DataTable hienthiHDBcuthe(string mahdb)
 {
     return(DAO_HDB.hienthiHDBcuthe(mahdb));
 }
Exemple #13
0
 public static string ConvertToFloatType(string number)
 {
     return(DAO_HDB.ConvertToFloatType(number));
 }
Exemple #14
0
 public static DataTable hienthiHDB()
 {
     return(DAO_HDB.hienthiHDB());
 }
Exemple #15
0
 public static void suaHDB(DTO_HDB hdb)
 {
     DAO_HDB.SuaHDB(hdb);
 }
Exemple #16
0
 public static void CapNhatTTtrenHDB(string mahdb)
 {
     DAO_HDB.CapnhatTTtrenHDB(mahdb);
 }
Exemple #17
0
 public static void CapNhatNotrenHDB(string mahdb, string conno)
 {
     DAO_HDB.CapnhatNotrenHDB(mahdb, conno);
 }