예제 #1
0
 public MasterPromotionController(
     db_AmpeliteContext context,
     ICodePromotionService iCodePromotionService
     )
 {
     ctx             = context;
     iCodeProService = iCodePromotionService;
 }
예제 #2
0
 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;
 }
예제 #4
0
 public MasterFrpcostRfController(
     db_AmpeliteContext context,
     ICodePromotionService iCodePromotionService,
     IGetTransactionInvService iGetTransactionInvService
     )
 {
     _context           = context;
     iCodeProService    = iCodePromotionService;
     iGetTranInvService = iGetTransactionInvService;
 }