public BaseProductInterest(BaseProductInterest source)
     : base(source)
 {
 }
Exemplo n.º 2
0
 public BaseProductInterest(Terrasoft.Configuration.BaseProductInterest source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }