Пример #1
0
 public IEnumerable <PublicationDto> GetAllPublicationsAUserHasOnLoanById(int userId)
 => _borrowRepo.GetAllPublicationsAUserHasOnLoanById(userId).Select(pub => new PublicationDto(pub));