Exemple #1
0
 public IEnumerable <LotDto> GetAllWithBids()
 {
     return(_lotRepository.GetAllWithBids().ToDto());
 }