Ejemplo n.º 1
0
 public Donor[] GetDonorsDonatingTo(Campaign campaign)
 {
     return(dbLayer.GetDonorsDonatingTo(campaign));
 }