public MainPageViewModel() { MyCustomer = new Customer() { FirstName = "Anthony", LastName = "Joanes" }; }
public MainPageViewModel() { MyCustomer = new Customer { FirstName = "Bob", LastName = "Smith" }; }