Exemplo n.º 1
0
 public static DataTable timkiemkh(string ten, string sdt, string loaikh)
 {
     return(DAO_KH.timkiemkh(ten, sdt, loaikh));
 }
Exemplo n.º 2
0
 public static DataTable hienthikh()
 {
     return(DAO_KH.hienthikh());
 }
Exemplo n.º 3
0
 public static bool ktkhtrung(string makh)
 {
     return(DAO_KH.ktkhtrung(makh));
 }
Exemplo n.º 4
0
 public static void RunDelSQLOnHDB(string makh)
 {
     DAO_KH.RunDelSQLOnHDB(makh);
 }
Exemplo n.º 5
0
 public static void suaKH(DTO_KH kh)
 {
     DAO_KH.SuaKH(kh);
 }
Exemplo n.º 6
0
 public static void themkh(DTO_KH kh)
 {
     DAO_KH.ThemKH(kh);
 }
Exemplo n.º 7
0
 public static DataTable hienthikhcuthe(string makh)
 {
     return(DAO_KH.hienthikhcuthe(makh));
 }