Example #1
0
 public string PricingInUnit(string token, int factor)
 {
     return(pricingModel.PricingInUnits(token, factor, cost));
 }