示例#1
0
 [HttpGet]//chúng ta cần cài method
 public IEnumerable <SanPhamModel> getsanpham()
 {
     return(sanpham.get().ToList());
 }