コード例 #1
0
 public ActionResult ProdSoftNOW(NOW now)
 {
     ProdSoftDAO.CadastrarProdSoft(now);
     return(RedirectToAction("Index"));
 }