示例#1
0
 public virtual async Task <IEnumerable <TDto> > GetAllAsync()
 {
     return(_mappingService.EntitiesToDtos(await _repository.GetAllCompleteAsync()));
 }