Exemplo n.º 1
0
 public DataNavigate3(DataReaderFactory dataReaderFac)
 {
     this.dataReaderFac = dataReaderFac;
     this.dataCacheFac  = new DataCacheFactory(dataReaderFac);
     this.dayDataCache  = new DayDataCache(dataReaderFac);
 }
Exemplo n.º 2
0
 public DataNavigate_Single(DayDataCache cache)
 {
     this.cache = cache;
 }