예제 #1
0
 public Dictionary <int, int> GetAnimalDonations(int animalId)
 {
     return(_animalLogic.GetAnimalDonations(animalId));
 }