Exemplo n.º 1
0
 public PropertyAddEditModel(PropertyDetailedDto dto)
 {
     Property = new PropertyModel(dto);
     Address = new AddressModel(dto);
 }
Exemplo n.º 2
0
 public PropertyAddEditModel(PropertyBasicDetailsDto dto)
 {
     Property = new PropertyModel(dto);
     Address = new AddressModel(dto);
 }