Esempio n. 1
0
 public IEnumerable <LotDto> GetLotsByStatus(bool isFinished)
 {
     return(_lotRepository.GetLotsByStatus(isFinished).ToDto());
 }