コード例 #1
0
 public ActionResult Add(PerformancePresentation pp)
 {
     omc.InsertOne(pp);
     return(View());
 }
コード例 #2
0
 public ActionResult Add(PressCenter pc)
 {
     omc.InsertOne(pc);
     return(View());
 }