예제 #1
0
 public Item(IStartAllOperations startAllOperations, IIsBusyCheckRepository isBusyCheckRepository, IStartTimeRepository startTimeRepository,
             IPauseTimesRepository pauseTimesRepository, ITimeRepository timeRepository, IOperationConditionRepository operationConditionRepository,
             ICheckIfExistRepository checkIfExistRepository, IDataForInLineTable dataForInLineTable)
 {
     _startAllOperations           = startAllOperations;
     _isBusyCheckRepository        = isBusyCheckRepository;
     _startTimeRepository          = startTimeRepository;
     _pauseTimesRepository         = pauseTimesRepository;
     _timeRepository               = timeRepository;
     _operationConditionRepository = operationConditionRepository;
     _checkIfExistRepository       = checkIfExistRepository;
     _dataForInLineTable           = dataForInLineTable;
 }
예제 #2
0
 public CheckIfExists(ICheckIfExistRepository checkIfExistRepository)
 {
     _checkIfExistRepository = checkIfExistRepository;
 }