Ejemplo n.º 1
0
 public ExceptionTypes DownloadPWAttachments(long attachmentId, out DOGEN_Attachments objDOGEN_Attachments, out string errorMessage)
 {
     retValue = new ExceptionTypes();
     return(retValue = _objDALCommon.DownloadPWAttachments(attachmentId, out objDOGEN_Attachments, out errorMessage));
 }