示例#1
0
 public YachtMerchantCharterFeeService(
     AQYachtContext dbContext,
     IWorkContext workContext,
     IMapper mapper
     ) : base(dbContext, workContext, mapper)
 {
 }
示例#2
0
 public YachtMerchantFileStreamService(
     AQYachtContext dbContext,
     IWorkContext workContext,
     IMapper mapper
     ) : base(dbContext, workContext, mapper)
 {
 }
示例#3
0
 public ServiceBase(AQConfigContext dbConfigContext,
                    AQYachtContext dbYachtContext,
                    IMapper mapper)
 {
     _dbConfigContext = dbConfigContext;
     _dbYachtContext  = dbYachtContext;
     _mapper          = mapper;
 }
示例#4
0
 public ServiceBase(
     AQYachtContext dbYachtContext,
     IWorkContext workContext,
     IMapper mapper)
 {
     _dbYachtContext = dbYachtContext;
     _workContext    = workContext;
     _mapper         = mapper;
 }
 public YachtCharteringService(AQYachtContext searchContext
                               , IMapper mapper
                               , IDistributedCache distributedCache
                               , IYachtPricingPlanDetailService yachtPricingPlanDetailService
                               , IYachtMerchantProductInventoryService yachtMerchantProductInventoryService
                               )
 {
     _aqYachtContext   = searchContext;
     _mapper           = mapper;
     _distributedCache = distributedCache;
     _yachtPricingPlanDetailService        = yachtPricingPlanDetailService;
     _yachtMerchantProductInventoryService = yachtMerchantProductInventoryService;
 }
 public YachtAttributeService(AQYachtContext aQYacht, IWorkContext workContext, IMapper mapper) : base(aQYacht, workContext, mapper)
 {
 }
 public YachtTourCategoryService(
     AQYachtContext yachtDbContext) : base(yachtDbContext)
 {
 }
示例#8
0
 public YachtCharteringPaymentLogService(AQYachtContext searchContext, IMapper mapper)
 {
     _aqYachtContext = searchContext;
     _mapper         = mapper;
 }
 public YachtPricingPlanDetailService(AQYachtContext aqYachtContext, IMapper mapper)
 {
     _aqYachtContext = aqYachtContext;
     _mapper         = mapper;
 }
示例#10
0
 public YachtLandingService(AQYachtContext aQYachtContext, IMapper mapper)
 {
     _aQYachtContext = aQYachtContext;
     _mapper         = mapper;
 }
 public YachtInformationDetailService(AQYachtContext aqYachtContext, IMapper mapper)
 {
     _aqYachtContext = aqYachtContext;
     _mapper         = mapper;
 }
示例#12
0
 public YachtMerchantService(AQYachtContext aqYachtContext)
 {
     _aqYachtContext = aqYachtContext;
 }
示例#13
0
 public YachtPricingPlanInfomationService(AQYachtContext aqYachtContext, IMapper mapper)
 {
     _aqYachtContext = aqYachtContext;
     _mapper         = mapper;
 }
示例#14
0
 public PortLocationService(AQYachtContext yachtSearchContext)
 {
     _yachtContext = yachtSearchContext;
 }
示例#15
0
 public YachtTourService(
     AQYachtContext yachtDbContext,
     IMapper mapper
     ) : base(yachtDbContext, mapper)
 {
 }
示例#16
0
 public YachtAdditionalService(AQYachtContext AQYachtContext, IMapper mapper)
 {
     this._AQYachtContext = AQYachtContext;
     this._mapper         = mapper;
 }
 public YachtFileStreamService(AQYachtContext aqYachtContext, IMapper mapper)
 {
     _aqYachtContext = aqYachtContext;
     _mapper         = mapper;
 }
 public YachtMerchantAccMgtService(
     AQYachtContext aqYachtContext,
     IWorkContext workContext,
     IMapper mapper) : base(aqYachtContext, workContext, mapper)
 {
 }
示例#19
0
 public YachtTourCategoryService(AQYachtContext yachtContext,
                                 AQConfigContext configContext,
                                 IWorkContext workContext,
                                 IMapper mapper) : base(configContext, yachtContext, mapper)
 {
 }
示例#20
0
 public ServiceBase(AQYachtContext yachtDbContext)
 {
     this._yachtDbContext = yachtDbContext;
 }
示例#21
0
 public ServiceBase(AQYachtContext yachtDbContext, IMapper mapper)
 {
     this._yachtDbContext = yachtDbContext;
     this._mapper         = mapper;
 }
示例#22
0
 public YachtMerchantProductInventoryService(AQYachtContext aqYachtContext, IMapper mapper)
 {
     _aqYachtContext = aqYachtContext;
     _mapper         = mapper;
 }