예제 #1
0
 public DogDTO Get(int id)
 {
     return(donationService.GetDog(id));
 }