Example #1
0
 public virtual int CreateVolunteer(IVolunteer volunteer)
 {
     return(_service.CreateVolunteer(volunteer));
 }