Ejemplo n.º 1
0
 public MainController(ICommonAppService comService, IConsumeNoteAppService consumeService,
                       IMemberLevelAppService levelService, IWeChatPayNoteAppService weiService,
                       IAliPayNoteAppService aliService,
                       IMemberAppService memService)
 {
     _comService     = comService;
     _levelService   = levelService;
     _memService     = memService;
     _consumeService = consumeService;
     _weiService     = weiService;
     _aliService     = aliService;
 }
Ejemplo n.º 2
0
 public WechatPayNoteController(IWeChatPayNoteAppService appService, ICommonAppService comService)
 {
     _appService = appService;
     _comService = comService;
 }