Exemplo n.º 1
0
        public List <Tuple <DateTime, RealLot> > GetLotStarts()
        {
            RealLotStarts = LotTraces.GetRealLotStarts();

            return(RealLotStarts);
        }