public ResponseInvoiceListSearch GZInvoiceListSearch([FromBody] RequestInvoiceListSearch request) { try { InvoiceBLL bll = new InvoiceBLL(); return(bll.GZInvoiceListSearch(request)); } catch (Exception ex) { throw new HttpResponseException( Request.CreateErrorResponse(HttpStatusCode.InternalServerError, ex.Message)); } }