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 WeixinController(IMpUserService MpUserService, IMpUserGroupService MpUserGroupService) { this.MpUserService = MpUserService; this.MpUserGroupService = MpUserGroupService; Token = MpCenterCache.Token; }
public MpUserController(IMpUserGroupService MpUserGroupService, IMpUserService MpUserService) { this.MpUserGroupService = MpUserGroupService; this.MpUserService = MpUserService; }