Пример #1
0
 public bool UpdateVolunteer(Volunteer volunteer)
 {
     return(userhandler.UpdateVolunteer(volunteer));
 }