public void Copy(PropertyImage other)
  {
      this.IsFeature = other.IsFeature;
      this.ImageUrl = other.ImageUrl;
  }
Exemple #2
0
 public void Copy(PropertyImage other)
 {
     this.IsFeature = other.IsFeature;
     this.ImageUrl  = other.ImageUrl;
 }