Beispiel #1
0
 public LotDto GetByIdWithBids(int id)
 {
     return(_lotRepository.GetByIdWithBids(id).ToDto());
 }