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