Ejemplo n.º 1
0
 public DocumentAttachmentDto()
 {
     Audit          = new Audit();
     ExpandProperty = new ExpandProperty();
 }
Ejemplo n.º 2
0
 public DocumentDto()
 {
     Audit              = new Audit();
     ExpandProperty     = new ExpandProperty();
     DocumentAttachment = new List <Model.DocumentAttachmentDto>();
 }