示例#1
0
 public ActionResult UpdateView(string purchase, string sku, string shipment)
 {
     return(View(PackShipment.Single(purchase, sku, shipment)));
 }
示例#2
0
 public ActionResult Overview()
 {
     return(View(PackShipment.All()));
 }