Example #1
0
 public virtual void DeleteVolunteerById(int id)
 {
     _service.DeleteVolunteerById(id);
 }