Пример #1
0
 public async Task <IEnumerable <Inspection> > GetInspectionsByUserIdAsync(int userId)
 {
     return(_mapper.Map <IEnumerable <Inspection> >(await _inspectionRepository.GetInspectionsByUserIdAsync(userId)));
 }