示例#1
0
 public virtual IEnumerable <IVolunteer> GetAllVolunteers()
 {
     return(_service.GetAllVolunteers());
 }