public MasterPromotionController( db_AmpeliteContext context, ICodePromotionService iCodePromotionService ) { ctx = context; iCodeProService = iCodePromotionService; }
public MasterPromotionTargetController( db_AmpeliteContext context, IPromotionTargetService iPromotionTargetService, ICodePromotionService iCodePromotionService ) { ctx = context; iProTargetService = iPromotionTargetService; iCodeProService = iCodePromotionService; }
public GoodCateCodesController( db_AmpeliteContext context, ICodePromotionService iCodePromotionService, IGetTransactionInvService iGetTransactionInvService ) { _context = context; iCodeProService = iCodePromotionService; iGetTranInvService = iGetTransactionInvService; }
public MasterFrpcostRfController( db_AmpeliteContext context, ICodePromotionService iCodePromotionService, IGetTransactionInvService iGetTransactionInvService ) { _context = context; iCodeProService = iCodePromotionService; iGetTranInvService = iGetTransactionInvService; }