Exemplo n.º 1
0
 // GET: Inventory/ExportExcel
 public ActionResult ExportPhieuXuatKho()
 {
     return(View(db.GetAll_KhachHang()));
 }