Ejemplo n.º 1
0
 public async Task <IEnumerable <OfficerViewModel> > GetAllOfficersAsync()
 {
     return(_mapper.Map <IEnumerable <OfficerViewModel> >(await _inspectionRepository.GetAllOfficersAsync()));
 }