Exemple #1
0
 public MpUserController(IMpUserService MpUserService, IMpUserGroupService MpUserGroupService,
                         IFunongbaoApplyService funongbaoApplyService,
                         ILoanService loanService,
                         IPosApplyService posApplyService)
 {
     this.MpUserService      = MpUserService;
     this.MpUserGroupService = MpUserGroupService;
     _funongbaoApplyService  = funongbaoApplyService;
     _loanService            = loanService;
     _posApplyService        = posApplyService;
 }
Exemple #2
0
 public WeixinController(IMpUserService MpUserService, IMpUserGroupService MpUserGroupService)
 {
     this.MpUserService      = MpUserService;
     this.MpUserGroupService = MpUserGroupService;
     Token = MpCenterCache.Token;
 }
Exemple #3
0
 public MpUserController(IMpUserGroupService MpUserGroupService, IMpUserService MpUserService)
 {
     this.MpUserGroupService = MpUserGroupService;
     this.MpUserService      = MpUserService;
 }