Ejemplo n.º 1
0
 public System.Threading.Tasks.Task PetPut(Pet body)
 {
     return(_implementation.PetPutAsync(body));
 }