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