Beispiel #1
0
 public void SetSession()
 {
     Code.User user = new Code.User();
     user.Name = "lucas";
     this.Session.SetUser(user);
 }
Beispiel #2
0
 public void Default(Code.User model)
 {
     this.ViewBag.Message = "Hello World!";
     this.ViewBag.Title   = "Title";
     this.Render();
 }