Exemplo n.º 1
0
 public Contact(ContactU entity, HeaderData header)
     : base(header)
 {
     Convert <ContactU>(entity);
 }
Exemplo n.º 2
0
 public BusinessEntityBase(HeaderData header)
 {
     Header = header;
 }