Ejemplo n.º 1
0
 public void DeleteExchangeHistory(int userId, string token, int id)
 {
     client.DeleteExchangeHistory(application_Id, userId, token, id);
 }