Esempio n. 1
0
 public async Task <IEnumerable <ServiceTypeDto> > GetAllOrderedByProfilesCount() =>
 Mapper.Map <IEnumerable <ServiceTypeDto> >(await _serviceTypeRepository.GetAllOrderedByProfilesCount());