예제 #1
0
 public OpportunitySource(OpportunitySource source)
     : base(source)
 {
 }
 public OpportunitySource(Terrasoft.Configuration.OpportunitySource source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }