Exemplo n.º 1
0
 public ActionResult <int> GetCost(double cost)
 {
     return(_cost.CalculateCost(cost));
 }