Example #1
0
 public async Task <ActionResult <IEnumerable <VolunteerDTO> > > GetAllAsync()
 {
     return(Ok(await volunteerService.GetAllAsync()));
 }