Ejemplo n.º 1
0
 public System.Threading.Tasks.Task PetDelete(string api_key, long petId)
 {
     return(_implementation.PetDeleteAsync(api_key, petId));
 }