예제 #1
0
 public ApplicationUser(string userName) : base(userName)
 {
     this.VacationCart = new VacationCart();
 }
예제 #2
0
 public ApplicationUser() : base()
 {
     this.VacationCart = new VacationCart();
 }