Beispiel #1
0
 public GiftController(ICommonCategoryAppService catAppService,
                       IGiftAppService AppService, ICommonAppService comService)
 {
     _catAppService = catAppService;
     _AppService    = AppService;
     _comService    = comService;
 }
Beispiel #2
0
 public ApprovalController(ISignalrHubs signalrHubs, IServiceProvider service, IApprovalAppService approvalAppService, IConfiguration configuration, ICommonAppService commonAppService)
 {
     _approvalAppService = approvalAppService;
     _commonAppService   = commonAppService;
     _configuration      = configuration;
     _signalrHubs        = signalrHubs;
 }
Beispiel #3
0
 public RoleController(IRoleAppService roleAppService, ICommonAppService comService
                       , IBusinessAppService businessAppService)
 {
     _roleAppService     = roleAppService;
     _comService         = comService;
     _businessAppService = businessAppService;
 }
Beispiel #4
0
 public GoodsOrderController(IGoodsOrderAppService AppService, ICommonAppService comService,
                             IGoodsOrderItemAppService itemAppService)
 {
     _AppService     = AppService;
     _comService     = comService;
     _itemAppService = itemAppService;
 }
 public UsedStatisticsController(IUsedStatisticsAppService appService,
                                 IChainStoreAppService storeAppService, ICommonAppService comService)
 {
     _appService      = appService;
     _storeAppService = storeAppService;
     _comService      = comService;
 }
Beispiel #6
0
 public BusinessController(ICommonAppService commonAppService, IAbpSession abpSession,
                           IBusinessAppService businessAppService)
 {
     _commonAppService   = commonAppService;
     _AbpSession         = abpSession;
     _businessAppService = businessAppService;
 }
Beispiel #7
0
 public ParameterController(IParameterAppService AppService,
                            ICommonAppService comService, IMemberLevelAppService levelAppService)
 {
     _appService      = AppService;
     _comService      = comService;
     _levelAppService = levelAppService;
 }
 public ChainStoreSetController(IChainStoreAppService AppService, IAbpSession abpSession,
                                IBusinessAppService businessAppService, ICommonAppService commonAppService)
 {
     _commonAppService   = commonAppService;
     _AppService         = AppService;
     _AbpSession         = abpSession;
     _businessAppService = businessAppService;
 }
 public StoreMoneyDetailController(IChainStoreAppService AppService, ICapitalNoteAppService capService,
                                   IBusinessAppService businessAppService, ICommonAppService commonAppService)
 {
     _commonAppService   = commonAppService;
     _AppService         = AppService;
     _capService         = capService;
     _businessAppService = businessAppService;
 }
Beispiel #10
0
 public GoodsController(IBusinessAppService businessAppService,
                        IFlashSaleAppService AppService,
                        ICommonAppService comService, IImageAppService imgAppService)
 {
     _businessAppService = businessAppService;
     _AppService         = AppService;
     _comService         = comService;
     _imgAppService      = imgAppService;
 }
Beispiel #11
0
 public MemberController(IMemberAppService AppService, IMemberLevelAppService levelAppService,
                         IBusinessAppService businessAppService, IChainStoreAppService storeAppService, ICommonAppService comAppService)
 {
     _AppService         = AppService;
     _levelAppService    = levelAppService;
     _businessAppService = businessAppService;
     _storeAppService    = storeAppService;
     _comAppService      = comAppService;
 }
Beispiel #12
0
 public FlashSaleOrderAppService(ISqlExecuter sqlExecuter, IImageAppService imgService,
                                 ICommonAppService comService,
                                 IRepository <Entity.FlashSaleOrder, long> Repository, IAbpSession AbpSession)
 {
     _sqlExecuter = sqlExecuter;
     _Repository  = Repository;
     _AbpSession  = AbpSession;
     _imgService  = imgService;
     _comService  = comService;
 }
Beispiel #13
0
 public UserController(IRoleAppService roleAppService, ICommonAppService comService, IBusinessAppService AppService,
                       IUserAppService userAppService, IChainStoreAppService storeAppService, ILogger logger)
 {
     _roleAppService  = roleAppService;
     _comService      = comService;
     _userAppService  = userAppService;
     _logger          = logger;
     _AppService      = AppService;
     _storeAppService = storeAppService;
 }
Beispiel #14
0
 public FlashSaleOrderController(ICommonCategoryAppService catAppService,
                                 ICommonAppService comService, IFlashSaleOrderAppService AppService,
                                 IFlashSaleOrderItemAppService itemAppService,
                                 IImageAppService imgAppService)
 {
     _catAppService  = catAppService;
     _comService     = comService;
     _AppService     = AppService;
     _itemAppService = itemAppService;
     _imgAppService  = imgAppService;
 }
Beispiel #15
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;
 }
 public GoodsConsumeController(IGoodsCategoryAppService catAppService,
                               IGoodsAppService AppService, ICommonAppService comService, IReceiveStatisticsAppService copAppService,
                               ISpecObjectAppService specAppService, IMemberAppService memAppService, IParameterAppService parService)
 {
     _catAppService  = catAppService;
     _AppService     = AppService;
     _comService     = comService;
     _specAppService = specAppService;
     _copAppService  = copAppService;
     _memAppService  = memAppService;
     _parService     = parService;
 }
 public GoodsOrderAppService(ISqlExecuter sqlExecuter, IImageAppService imgService,
                             ICommonAppService comService, ISpecObjectAppService objService, ISessionAppService sessionAppService,
                             IRepository <Entity.GoodsOrder, long> Repository, IAbpSession AbpSession)
 {
     _sqlExecuter           = sqlExecuter;
     _Repository            = Repository;
     _AbpSession            = AbpSession;
     _imgService            = imgService;
     _comService            = comService;
     _objService            = objService;
     _sessionAppService     = sessionAppService;
     LocalizationSourceName = UnionMallConsts.LocalizationSourceName;
 }
Beispiel #18
0
 public GoodsController(IGoodsAppService AppService,
                        ICommonAppService comService, IAbpSession abpSession,
                        IGoodsCategoryAppService catAppService, IBrandAppService brandAppService, IImageAppService imgAppService,
                        IChainStoreAppService storeAppService, ICommonAttributeAppService attrAppService, ICommonSpecAppService specAppService)
 {
     _AppService      = AppService;
     _AbpSession      = abpSession;
     _comService      = comService;
     _catAppService   = catAppService;
     _brandAppService = brandAppService;
     _storeAppService = storeAppService;
     _imgAppService   = imgAppService;
     _attrAppService  = attrAppService;
     _specAppService  = specAppService;
 }
Beispiel #19
0
 public RechargeAppService(ISqlExecuter sqlExecuter, IAbpSession AbpSession,
                           IRepository <UnionMall.Entity.Member, long> memberRepository, IRepository <Entity.ChainStoreCapitalNote, long> capRepository,
                           ISessionAppService sessionAppService, IRechargeNoteAppService noteAppService,
                           IChainStoreAppService storeServices, ICommonAppService comServices)
 {
     _sqlExecuter           = sqlExecuter;
     _AbpSession            = AbpSession;
     _memberRepository      = memberRepository;
     _noteAppService        = noteAppService;
     _comServices           = comServices;
     _sessionAppService     = sessionAppService;
     _storeServices         = storeServices;
     _capRepository         = capRepository;
     LocalizationSourceName = UnionMallConsts.LocalizationSourceName;
 }
 public GiftOrderAppService(ISqlExecuter sqlExecuter, IRepository <Entity.Member, long> memberRepository,
                            IImageAppService imgService, ISessionAppService sessionAppService, IIntegralNoteAppService noteAppService,
                            ICommonAppService comService, IGiftOrderItemAppService itemService,
                            IRepository <Entity.GiftOrder, long> Repository, IAbpSession AbpSession)
 {
     _sqlExecuter           = sqlExecuter;
     _Repository            = Repository;
     _AbpSession            = AbpSession;
     _imgService            = imgService;
     _memberRepository      = memberRepository;
     _comService            = comService;
     _sessionAppService     = sessionAppService;
     _itemService           = itemService;
     _noteAppService        = noteAppService;
     LocalizationSourceName = UnionMallConsts.LocalizationSourceName;
 }
Beispiel #21
0
        // private readonly ILogAppService _log;
        public MemberAppService(ISqlExecuter sqlExecuter, IRepository <UnionMall.Entity.Member, long> Repository,
                                IAbpSession AbpSession, ISessionAppService sessionAppService, IChainStoreAppService storeServices, ICommonAppService comServices
                                , IRechargeNoteAppService reAppService
                                )
        {
            _sqlExecuter           = sqlExecuter;
            _Repository            = Repository;
            _AbpSession            = AbpSession;
            _comServices           = comServices;
            _sessionAppService     = sessionAppService;
            _storeServices         = storeServices;
            _reAppService          = reAppService;
            LocalizationSourceName = UnionMallConsts.LocalizationSourceName;

            // _log = log;
        }
Beispiel #22
0
 public CardCoreController(IMemberAppService AppService,
                           IConsumeNoteAppService consumeService,
                           ICommonAppService comAppService, IIntegralNoteAppService integralService, IGoodsOrderAppService orderAppService,
                           IBalanceNoteAppService balanceService, IUsedStatisticsAppService useService,
                           IMemberLevelAppService levelAppService, CouponAppService couponService,
                           IChainStoreAppService storeAppService)
 {
     _AppService      = AppService;
     _consumeService  = consumeService;
     _comAppService   = comAppService;
     _integralService = integralService;
     _balanceService  = balanceService;
     _orderAppService = orderAppService;
     _useService      = useService;
     _levelAppService = levelAppService;
     _storeAppService = storeAppService;
     _couponService   = couponService;
 }
 public CategoryController(ICommonCategoryAppService AppService, ICommonAppService comService)
 {
     _AppService = AppService;
     _comService = comService;
 }
 public ReceiveStatisticsController(IReceiveStatisticsAppService appService, ICommonAppService comService)
 {
     _appService = appService;
     _comService = comService;
 }
Beispiel #25
0
 public CommonController(ICommonAppService AppService, IImageAppService imgService, IAbpSession abpSession)
 {
     _AppService = AppService;
     _AbpSession = abpSession;
     _imgService = imgService;
 }
 public AttendanceController(IAttendanceAppService attendanceAppService, ICommonAppService commonAppService, IConfiguration configuration)
 {
     _commonAppService     = commonAppService;
     _configuration        = configuration;
     _attendanceAppService = attendanceAppService;
 }
 public MemberRechargeController(IRechargeNoteAppService appService, ICommonAppService comService)
 {
     _appService = appService;
     _comService = comService;
 }
Beispiel #28
0
 public AliPayNoteController(IAliPayNoteAppService appService, ICommonAppService comService)
 {
     _appService = appService;
     _comService = comService;
 }
Beispiel #29
0
 public NoticeController(INoticeAppService noticeAppService, IConfiguration configuration, ICommonAppService commonAppService)
 {
     _commonAppService = commonAppService;
     _noticeAppService = noticeAppService;
     _configuration    = configuration;
 }
 public SelectListController(
     ICommonAppService commonService)
 {
     _commonService = commonService;
 }