public MpUserController(IMpUserService MpUserService, IMpUserGroupService MpUserGroupService, IFunongbaoApplyService funongbaoApplyService, ILoanService loanService, IPosApplyService posApplyService) { this.MpUserService = MpUserService; this.MpUserGroupService = MpUserGroupService; _funongbaoApplyService = funongbaoApplyService; _loanService = loanService; _posApplyService = posApplyService; }
public GongzhiBaoController(IFunongbaoService funongbaoService, IFunongbaoApplyService funongbaoApplyService) { _funongbaoService = funongbaoService; _funongbaoApplyService = funongbaoApplyService; }
public FunongbaoTask(IFunongbaoApplyService funongbaoApplyService, IMpUserService mpUserService) { this._funongbaoApplyService = funongbaoApplyService; _mpUserService = mpUserService; }
public FunongBaoController(IFunongbaoService funongbaoService, IFunongbaoApplyService funongbaoApplyService) : base(funongbaoService) { _funongbaoApplyService = funongbaoApplyService; }