Esempio n. 1
0
 //get name cate
 public static string GetNameCate(string key)
 {
     return(CATEGORY_DAL.GetNameCate(key));
 }
Esempio n. 2
0
 //Tìm kiếm category
 public static List <CATEGORY_DTO> TimKiemTheLoai(string idTl)
 {
     return(CATEGORY_DAL.TimKiemTheLoai(idTl));
 }
Esempio n. 3
0
 //Sửa thông tin category
 public static CATEGORY_DTO SuaTheLoai(BANG_CATEGORY tl)
 {
     return(CATEGORY_DAL.SuaTheLoai(tl));
 }
Esempio n. 4
0
 //Xóa category
 public static bool XoaTheLoai(string idTl)
 {
     return(CATEGORY_DAL.XoaTheLoai(idTl));
 }
Esempio n. 5
0
 //Lấy danh sách category
 public static List <CATEGORY_DTO> LayDanhSachTheLoai()
 {
     return(CATEGORY_DAL.LayDanhSachTheLoai());
 }