public static bool ktHDNCTtrung(string mahdn, string masp) { return(DAO_HDNCT.ktHDNCTtrung(mahdn, masp)); }
public static DataTable hienthiHDNCT() { return(DAO_HDNCT.hienthiHDNCT()); }
public static void suaHDNCT(DTO_HDNCT hdnct) { DAO_HDNCT.SuaHDNCT(hdnct); }
public static void RunDelSQLHDNCT(string mahdn, string masp) { DAO_HDNCT.RunDelSQLHDNCT(mahdn, masp); }
public static void themHDNCT(DTO_HDNCT hdnct) { DAO_HDNCT.ThemHDNCT(hdnct); }
public static DataTable hienthiHDNCTLenBC(string mahdn) { return(DAO_HDNCT.hienthiHDNCTlenBC(mahdn)); }
public static DataTable hienthiHDNCTcuthe(string mahdn) { return(DAO_HDNCT.hienthiHDNCTcuthe(mahdn)); }