Beispiel #1
0
 public CFBBillService(Zerg.Common.Data.ITradingRepository <CFBBillEntity> cfbbillRepository, ILog log)
 {
     _cfbbillRepository = cfbbillRepository;
     _log = log;
 }
Beispiel #2
0
 public ClassifyService(Zerg.Common.Data.ITradingRepository <ClassifyEntity> classifyRepository, ILog log)
 {
     _classifyRepository = classifyRepository;
     _log = log;
 }
 public ParameterValueService(Zerg.Common.Data.ITradingRepository<ParameterValueEntity> parametervalueRepository, ILog log)
 {
     _parametervalueRepository = parametervalueRepository;
     _log = log;
 }
Beispiel #4
0
		public OrderService(Zerg.Common.Data.ITradingRepository<OrderEntity> orderRepository,ILog log)
		{
			_orderRepository = orderRepository;
			_log = log;
		}
		public AgentBillService(Zerg.Common.Data.ITradingRepository<AgentBillEntity> agentbillRepository,ILog log)
		{
			_agentbillRepository = agentbillRepository;
			_log = log;
		}
Beispiel #6
0
 public OrderService(Zerg.Common.Data.ITradingRepository <OrderEntity> orderRepository, ILog log)
 {
     _orderRepository = orderRepository;
     _log             = log;
 }
 public ProductBrandService(Zerg.Common.Data.ITradingRepository<ProductBrandEntity> productbrandRepository, ILog log)
 {
     _productbrandRepository = productbrandRepository;
     _log = log;
 }
 public ProductBrandService(Zerg.Common.Data.ITradingRepository <ProductBrandEntity> productbrandRepository, ILog log)
 {
     _productbrandRepository = productbrandRepository;
     _log = log;
 }
 public ProductDetailService(Zerg.Common.Data.ITradingRepository <ProductDetailEntity> productdetailRepository, ILog log)
 {
     _productdetailRepository = productdetailRepository;
     _log = log;
 }
Beispiel #10
0
		public ClassifyService(Zerg.Common.Data.ITradingRepository<ClassifyEntity> classifyRepository,ILog log)
		{
			_classifyRepository = classifyRepository;
			_log = log;
		}
Beispiel #11
0
 public AgentBillService(Zerg.Common.Data.ITradingRepository <AgentBillEntity> agentbillRepository, ILog log)
 {
     _agentbillRepository = agentbillRepository;
     _log = log;
 }
		public ProductParameterService(Zerg.Common.Data.ITradingRepository<ProductParameterEntity> productparameterRepository,ILog log)
		{
			_productparameterRepository = productparameterRepository;
			_log = log;
		}
Beispiel #13
0
		public CFBBillService(Zerg.Common.Data.ITradingRepository<CFBBillEntity> cfbbillRepository,ILog log)
		{
			_cfbbillRepository = cfbbillRepository;
			_log = log;
		}
		public ProductDetailService(Zerg.Common.Data.ITradingRepository<ProductDetailEntity> productdetailRepository,ILog log)
		{
			_productdetailRepository = productdetailRepository;
			_log = log;
		}
 public BrandParameterService(Zerg.Common.Data.ITradingRepository <BrandParameterEntity> brandparameterRepository, ILog log)
 {
     _brandparameterRepository = brandparameterRepository;
     _log = log;
 }
		public LandAgentBillService(Zerg.Common.Data.ITradingRepository<LandAgentBillEntity> landagentbillRepository,ILog log)
		{
			_landagentbillRepository = landagentbillRepository;
			_log = log;
		}
Beispiel #17
0
 public ProductParameterService(Zerg.Common.Data.ITradingRepository <ProductParameterEntity> productparameterRepository, ILog log)
 {
     _productparameterRepository = productparameterRepository;
     _log = log;
 }
Beispiel #18
0
 public LandAgentBillService(Zerg.Common.Data.ITradingRepository <LandAgentBillEntity> landagentbillRepository, ILog log)
 {
     _landagentbillRepository = landagentbillRepository;
     _log = log;
 }
		public BrandParameterService(Zerg.Common.Data.ITradingRepository<BrandParameterEntity> brandparameterRepository,ILog log)
		{
			_brandparameterRepository = brandparameterRepository;
			_log = log;
		}