예제 #1
0
 public int Post2([FromBody] Tourist tourist)
 {
     return(tourist.SignUp(tourist));
 }