Exemplo n.º 1
0
 public static void ThemThongTin(string ThongTin)
 {
     THONGTIN_DAO.ThemThongTin(ThongTin);
 }
Exemplo n.º 2
0
 public static DataTable LoadThongTin()
 {
     return(THONGTIN_DAO.LoadThongTin());
 }