Beispiel #1
0
 public ActionResult Insert()
 {
     ViewBag.AutoCode = MProductRepo.AutoCode();
     return(PartialView("_Insert"));
 }