Ejemplo n.º 1
0
 public OrderPaymentStatus(OrderPaymentStatus source)
     : base(source)
 {
 }
 public OrderPaymentStatus(Terrasoft.Configuration.OrderPaymentStatus source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }