Exemplo n.º 1
0
 public void NewOrderNote(int orderID, string note, string user, string password)
 {
     client.AddOrderNoteAsync(orderID, note, true, user, password);
 }