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