Beispiel #1
0
 public static void ThemThongTin(string ThongTin)
 {
     THONGTIN_DAO.ThemThongTin(ThongTin);
 }
Beispiel #2
0
 public static DataTable LoadThongTin()
 {
     return(THONGTIN_DAO.LoadThongTin());
 }