Exemplo n.º 1
0
 public ApplicationUser(string userName) : base(userName)
 {
     this.VacationCart = new VacationCart();
 }
Exemplo n.º 2
0
 public ApplicationUser() : base()
 {
     this.VacationCart = new VacationCart();
 }