public ReportRequestController(IJobBLL jobBLL, IStakeHolderBLL stakeHolderBLL, ITakerBLL takerBLL, IFileBLL fileBLL) { this._jobBLL = jobBLL; _stakeHolderBLL = stakeHolderBLL; _takerBLL = takerBLL; _fileBLL = fileBLL; _clientBLL = new ClientBLL(); _staffBLL = new StaffBLL(); }
public JobController(IJobBLL _jobBLL, IStakeHolderBLL _stakeHolderBLL, ITakerBLL _takerBLL, //IJobQueueService _jobQueueService, IFileBLL _fileBLL) { this._jobBLL = _jobBLL; this._stakeHolderBLL = _stakeHolderBLL; this._takerBLL = _takerBLL; this._fileBLL = _fileBLL; this._logChangeBLL = new LogChangeBLL(); //this._jobQueueService = _jobQueueService; }
public FileController(IFileBLL _fileBLL) { this._fileBLL = _fileBLL; }