public IdentAuthController(IFunongbaoService funongbaoService, IMobileCodeService mobileCodeService , IMpUserService mpUserservice) { _funongbaoService = funongbaoService; _mobileCodeService = mobileCodeService; _mpUserservice = mpUserservice; }
public PosController(IPosAuthService posAuthService, IPosApplyService posApplyService, IMobileCodeService mobileCodeService, IPosService posService) { _posAuthService = posAuthService; _posApplyService = posApplyService; _mobileCodeService = mobileCodeService; _posService = posService; }
public BankLoanController(ILoanService loanService, IMpUserService mpUserService, IMobileCodeService mobileCodeService) { this._loanService = loanService; this._mpUserService = mpUserService; this._mobileCodeService = mobileCodeService; }
public WebBaseController() { this._mpUserService = EngineContext.Current.Resolve <IMpUserService>(); this._mobileCodeService = EngineContext.Current.Resolve <IMobileCodeService>(); }