Exemplo n.º 1
0
 public IHttpActionResult CalculateThePayment(string id)
 {
     return(Ok(UsersLogic.CalculateThePayment(id)));
 }