コード例 #1
0
 public void RecordVolunteerParticipation(Volunteer volunteer, Campaign campaign)
 {
     dbLayer.RecordVolunteerParticipation(volunteer, campaign);
 }