Ejemplo n.º 1
0
 public ExchangeHistory AddExchangeHistory(int userId, string token, ExchangeHistory history)
 {
     return(client.AddExchangeHistory(application_Id, userId, token, history));
 }