Пример #1
0
 public int Put3([FromBody] Tourist tourist)
 {
     return(tourist.SetBudget(tourist));
 }