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