public virtual void Patch(PropertyDictionaryValueEntity target)
 {
     target.Locale = Locale;
     target.Value  = Value;
 }
Ejemplo n.º 2
0
 public virtual void Patch(PropertyDictionaryValueEntity target)
 {
     target.Value  = this.Value;
     target.Alias  = this.Alias;
     target.Locale = this.Locale;
 }