private B2BSERAWebService.Model.DownloadDocumentViewModel DownloadDocumentResponseError(Exception ex) { B2BSERAWebService.Model.DownloadDocumentViewModel DownloadDocumentResult = new B2BSERAWebService.Model.DownloadDocumentViewModel() { Acknowledge = false, TicketNo = "", Message = "Error on " + ex.Message }; return(DownloadDocumentResult); }
private B2BSERAWebService.Model.DownloadDocumentViewModel DownloadDocumentResponseFailed() { B2BSERAWebService.Model.DownloadDocumentViewModel DownloadDocumentResult = new B2BSERAWebService.Model.DownloadDocumentViewModel() { Acknowledge = false, TicketNo = "", Message = "Download Data Failed." }; return(DownloadDocumentResult); }