public ViewModel() { instance = new instance { //your mock value for the properties.. FirstName = "Offer", LastName = "Somthing" }; }
public ViewModel(Model_A instance) { this.instance = instance; }
public ViewModel() { instance = new instance{//your mock value for the properties..}; }