예제 #1
0
 public ActionResult addtorneo(Torneo torneo)
 {
     model.Save(torneo);
     return(View());
 }