Ejemplo n.º 1
0
 public FlashSaleInventoryManager(IFlashSaleInventoryAppService flashSaleInventoryReducerAppService)
 {
     FlashSaleInventoryReducerAppService = flashSaleInventoryReducerAppService;
 }
Ejemplo n.º 2
0
 public FlashSaleInventoryController(IFlashSaleInventoryAppService appService)
 {
     AppService = appService;
 }