public DocumentAttachmentDto() { Audit = new Audit(); ExpandProperty = new ExpandProperty(); }
public DocumentDto() { Audit = new Audit(); ExpandProperty = new ExpandProperty(); DocumentAttachment = new List <Model.DocumentAttachmentDto>(); }