예제 #1
0
 public QueryVM()
 {
     GoAbroad = true;
     Country = "Poland";
     NextCountry = "Other";
     SportType = "Extreme";
     AgreeForContact = false;
     LatestSuggestedReturnDate = DateTime.Today.AddMonths(1);
     ContactDetails = new ContactVM();
 }