Exemplo n.º 1
0
 public int Put1([FromBody] Tourist tourist)
 {
     return(tourist.GoogleFacebookSignUpFirstTime(tourist));
 }