Пример #1
0
 public async Task <IEnumerable <Credit> > GetAllCredits() => _mapper.MapCollection(await _unitOfWork.ReadCredits.GetAll());