Ejemplo n.º 1
0
 public IActionResult EditPetForm(int id, Pet pet)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void AddPet(Pet pet)
 {
     // Do nothing
 }
Ejemplo n.º 3
0
 public IActionResult EditPet(Pet pet)
 {
     throw new NotImplementedException();
 }