Exemplo n.º 1
0
 public bool CanSendInvoice(string authToken, string boxId, byte[] certificateBytes)
 {
     return(diadoc.CanSendInvoice(authToken, boxId, certificateBytes));
 }