Exemple #1
0
 public static void saveTL(TheLoaiDTO hs, string method)
 {
     D_TheLoai.saveTL(hs, method);
 }
Exemple #2
0
 public static void DeleteTL(string mahs)
 {
     D_TheLoai.DeleteTL(mahs);
 }
Exemple #3
0
 public static DataTable GetAllTL()
 {
     return(D_TheLoai.getData());
 }