예제 #1
0
 public void Test_JustATest_String()
 {
     Assert.AreEqual("this is a string from the model", ToDoListModel.GetString());
 }
예제 #2
0
 public ActionResult Index()
 {
     return(View("Index", ToDoListModel.GetString()));
 }