Ejemplo n.º 1
0
 public IEnumerable <LotDto> GetAllWithBids()
 {
     return(_lotRepository.GetAllWithBids().ToDto());
 }