Ejemplo n.º 1
0
 public IEnumerable <SanPham> LayDienThoaiMoiNhat(int limit)
 {
     return(_sanPhamRepository.LaySanPhamMoiNhat(1, limit));
 }