Ejemplo n.º 1
0
 public PetType FindTypeByIdIncludePets(int id)
 {
     return(_typeRepo.ReadTypeByIdIncludePets(id));
 }