示例#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;
 }
示例#2
0
 public GongzhiBaoController(IFunongbaoService funongbaoService, IFunongbaoApplyService funongbaoApplyService)
 {
     _funongbaoService      = funongbaoService;
     _funongbaoApplyService = funongbaoApplyService;
 }
示例#3
0
 public FunongbaoTask(IFunongbaoApplyService funongbaoApplyService, IMpUserService mpUserService)
 {
     this._funongbaoApplyService = funongbaoApplyService;
     _mpUserService = mpUserService;
 }
示例#4
0
 public FunongBaoController(IFunongbaoService funongbaoService, IFunongbaoApplyService funongbaoApplyService) : base(funongbaoService)
 {
     _funongbaoApplyService = funongbaoApplyService;
 }