예제 #1
0
 public IEnumerable <DogDTO> Get()
 {
     return(donationService.GetDogs());
 }