Example #1
0
 public OpportunityFolder(Terrasoft.Configuration.OpportunityFolder source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }
Example #2
0
 public OpportunityFolder(OpportunityFolder source)
     : base(source)
 {
 }