예제 #1
0
 public async Task <List <MilestoneDto> > GetAll()
 {
     return(_mapper.Map <List <MilestoneDto> >(await _milestoneService.GetAllMilestonesAsync()));
 }