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