Beispiel #1
0
 public IEnumerable <LotDto> GetItems()
 {
     return(_lotRepository.ListAll().ToDto());
 }