예제 #1
0
 public ItemService(
     IItemApplicationService itemApplicationService,
     IMapper mapper)
 {
     _itemApplicationService = itemApplicationService;
     _mapper = mapper;
 }
예제 #2
0
 public ItemsController(IItemApplicationService userApplicationService)
 {
     ItemApplicationService = userApplicationService;
 }