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