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