예제 #1
0
 public int ListCountSanPhamWithShop(int idShop)
 {
     return(_sanPhamRepository.Count(x => x.IdShop == idShop));
 }