示例#1
0
 public InvoiceCorrectionRequestInfo GetInvoiceCorrectionRequestInfo(string authToken, string boxId, string messageId,
                                                                     string entityId)
 {
     return(diadoc.GetInvoiceCorrectionRequestInfo(authToken, boxId, messageId, entityId));
 }