Example #1
0
 public YoYoStudio.Model.Core.ExchangeRate AddExchangeRate(int userId, string token, YoYoStudio.Model.Core.ExchangeRate eRate)
 {
     return(client.AddExchangeRate(application_Id, userId, token, eRate));
 }