Example #1
0
 private AddressEditViewModel CreateVM(AddressRecordType addressRecordType, AddressEditViewModel vm)
 {
     return(AddressEditViewModel.CreateVM(_addressConfigurationService, addressRecordType, vm));
 }
Example #2
0
 private AddressEditViewModel CreateVM()
 {
     return(AddressEditViewModel.CreateVM(_addressConfigurationService));
 }