Beispiel #1
0
 public IEnumerable <LotDto> GetAllLotsForUser(int lotId)
 {
     return(_lotRepository.GetAllLotsForUser(lotId).ToDto());
 }