Exemplo n.º 1
0
 public Campaign[] GetCampaignsOf(Volunteer volunteer)
 {
     return(dbLayer.GetCampaignsOf(volunteer));
 }