public DeliveryType(Terrasoft.Configuration.DeliveryType source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }
Esempio n. 2
0
 public DeliveryType(DeliveryType source)
     : base(source)
 {
 }