コード例 #1
0
 public ActionResult CreateDianPu(ListShops list)
 {
     ListShopsServices.Add(list);
     return(Redirect("/Admin/ListDianpu"));
 }