Example #1
0
 //Lấy tất cả thông tin của bảng THELOAI
 public static DataTable GetTheLoaiAll()
 {
     return(TheLoai_DAO.GetTheLoaiAll());
 }