Beispiel #1
0
 // GET: Space
 public ActionResult Index()
 {
     return(View(repo.GetSpacesForUser(WebSecurity.CurrentUserId)));
 }