Ejemplo n.º 1
0
 public IEnumerable <LoaiSanPham> GetAllByIdShop(int id)
 {
     return(_loaiSanPhamRepository.GetMulti(x => x.IdShop == id));
 }