コード例 #1
0
 public ActionResult UpdateJson(List <Product> prod)
 {
     try
     {
         // TODO: Add insert logic here
         rep.AddList(prod);
         return(new HttpStatusCodeResult(System.Net.HttpStatusCode.OK));
     }
     catch
     {
         return(View());
     }
 }