Ejemplo n.º 1
0
 public IEnumerable <LoaiSanPham> GetAll()
 {
     return(_loaiSanPhamRepository.GetAll(new string[] { }));
 }
Ejemplo n.º 2
0
 public IEnumerable <LoaiSanPham> LayTatCa()
 {
     return(_loaiSanPhamRepository.GetAll());
 }
Ejemplo n.º 3
0
 public IEnumerable <LOAI_SAN_PHAM> GetAll()
 {
     return(_loaiSanPhamRepository.GetAll());
 }