Exemple #1
0
 public ActionResult AddList(string ListName)
 {
     var model = new TaskModel();
     model.AddList(ListName);
     return View("TabsOptions", model);
 }