예제 #1
0
 public void InsertVolunteers(params Volunteer[] volunteers)
 {
     dbLayer.InsertVolunteers(volunteers);
 }