Ejemplo n.º 1
0
 public void InsertVolunteers(params Volunteer[] volunteers)
 {
     dbLayer.InsertVolunteers(volunteers);
 }