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