Exemplo n.º 1
0
 public ActionResult Add(AddWorkspaceView model)
 {
     factoryrepos.addWorkspace(model);
     return(RedirectToAction("Index"));
 }