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