コード例 #1
0
 public Pet Put(int id, [FromBody] Pet p)
 {
     return(repo.Alterar(id, p));
 }