Esempio n. 1
0
 public override void InitCacheMapping(Dictionary <Type, Type> map)
 {
     base.InitCacheMapping(map);
     // override INLotSerialStatus cache to allow INTransitLineLotSerialStatus with projection work currectly with LSSelect<TLSMaster, TLSDetail, Where>
     Caches.AddCacheMapping(typeof(INLotSerialStatus), typeof(INLotSerialStatus));
 }