示例#1
0
 public IEnumerable <DogDto> GetAdoptedDogs()
 {
     return(_mapper.Map <IEnumerable <DogEntity>, IEnumerable <DogDto> >(_dogRepository.GetAdoptedDogs()));
 }