示例#1
0
 public FlashSaleInventoryManager(IFlashSaleInventoryAppService flashSaleInventoryReducerAppService)
 {
     FlashSaleInventoryReducerAppService = flashSaleInventoryReducerAppService;
 }
示例#2
0
 public FlashSaleInventoryController(IFlashSaleInventoryAppService appService)
 {
     AppService = appService;
 }