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