Пример #1
0
 public StartController(IMemberService memberService, ILoginCodeService loginCodeService, IQuickNavigationService quickNavigationService, ICosFileStatService cosFileStatService,
                        IVersionNotesService versionNotesService)
 {
     _memberService          = memberService;
     _loginCodeService       = loginCodeService;
     _quickNavigationService = quickNavigationService;
     _cosFileStatService     = cosFileStatService;
     _versionNotesService    = versionNotesService;
 }
Пример #2
0
 public MemberController(IMemberService memberService, ILoginCodeService loginCodeService, IExchangeService exchangeService, IRechargeRecordService rechargeRecordService,
                         ICooperationService cooperationService, IRefundService refundService, ICosFileStatService cosFileStatService)
 {
     _memberService         = memberService;
     _loginCodeService      = loginCodeService;
     _exchangeService       = exchangeService;
     _rechargeRecordService = rechargeRecordService;
     _cooperationService    = cooperationService;
     _refundService         = refundService;
     _cosFileStatService    = cosFileStatService;
 }
Пример #3
0
 public ImgController(IImgService imgService, ICosFileStatService cosFileStatService)
 {
     _imgService         = imgService;
     _cosFileStatService = cosFileStatService;
 }