コード例 #1
0
 public ApiResponse Post([FromBody] PetModel pet)
 {
     return(pet.Insert(Configuration.GetConnectionString("MySQL")));
 }