コード例 #1
0
 public ActionResult CakeOrDeath(ListsOfThings model)
 {
     Debug.Assert(model != null);
     Debug.Assert(model.NewThings != null);
     Debug.Assert(model.OldThings != null);
     return(View("Index", model));
 }
コード例 #2
0
 public ActionResult Index()
 {
     return(View(ListsOfThings.GetExampleLists()));
 }