public SafeDSL( ISafeDAL safeDAL, IFarmAccountDSL farmAccountDSL, IDriverAccountDSL driverAccountDSL, ISelectorAccountDSL selectorAccountDSL, IReaperAccountDSL reaperAccountDSL, IStationAccountDSL stationAccountDSL, IMapper mapper) { _safeDAL = safeDAL; _farmAccountDSL = farmAccountDSL; _driverAccountDSL = driverAccountDSL; _reaperAccountDSL = reaperAccountDSL; _selectorAccountDSL = selectorAccountDSL; _stationAccountDSL = stationAccountDSL; _mapper = mapper; }
public SelectorAccountController(ISelectorAccountDSL selectorAccountDSL) { this._selectorAccountDSL = selectorAccountDSL; }