コード例 #1
0
 public List <InvoiceItemDto> GetAll() => _repository.FindAll().Select(InvoiceItemDto.FromDomain).ToList();