示例#1
0
 public double Get(string pair, double sum)
 {
     return(Math.Round(_rateRepository.GetAsk(pair) * sum, 3));
 }