示例#1
0
 public static void Disconnect()
 {
     DAO_TC.Disconnect();
 }
示例#2
0
 public static SqlConnection GetCon()
 {
     return(DAO_TC.GetCon());
 }
示例#3
0
 public static DataTable TimkiemTC(string tentk, string landncuoi)
 {
     return(DAO_TC.timkiemTC(tentk, landncuoi));
 }
示例#4
0
 public static void Connect()
 {
     DAO_TC.Connect();
 }
示例#5
0
 public static void FillComboTenTK(ComboBox cb, string ma, string ten)
 {
     DAO_TC.FillComboTenTK(cb, ma, ten);
 }
示例#6
0
 public static void CapnhatTTTruyCap(string matc, string danhmuctc, string thaotactc)
 {
     DAO_TC.capnhatthaotactc(matc, danhmuctc, thaotactc);
 }
示例#7
0
 public static bool ktTCtrung(string matc)
 {
     return(DAO_TC.checkmatc(matc));
 }
示例#8
0
 public static void RunDelAllData()
 {
     DAO_TC.RunDelAllData();
 }
示例#9
0
 public static void RunDelSQL(string matc)
 {
     DAO_TC.RunDelSQL(matc);
 }
示例#10
0
 public static void themTC(DTO_TC tc)
 {
     DAO_TC.ThemTC(tc);
 }
示例#11
0
 public static DataTable hienthiTC()
 {
     return(DAO_TC.hienthiTC());
 }