Ejemplo n.º 1
0
 public ActionResult ZeroAllProducts(int code = 0)
 {
     StockServiceClient service = new StockServiceClient();
     service.ZeroAllProducts(code);
     return RedirectToAction("Index");
 }