예제 #1
0
 private void InitializeShifts()
 {
     _shifts         = new ConcurrentDictionary <string, IShift>();
     _shiftFactory   = new ShiftFactory();
     _shiftConverter = new ShiftConverter(_shiftFactory);
     _shifts         = new ConcurrentDictionary <string, IShift>();
     _shiftsMap      = new ConcurrentDictionary <int, DataSetServices.Data.Modeling.Core.IShift>();
 }
 private void InitializeShifts()
 {
     _shifts = new ConcurrentDictionary<string, IShift>();
     _shiftFactory = new ShiftFactory();
     _shiftConverter = new ShiftConverter(_shiftFactory);
     _shifts = new ConcurrentDictionary<string, IShift>();
     _shiftsMap = new ConcurrentDictionary<int, DataSetServices.Data.Modeling.Core.IShift>();
 }