Exemple #1
0
 public Pets SearchById(int id)
 {
     return(_PetsRepo.ReadID(id));
 }