コード例 #1
0
 public CreateSourcingCommandHandler(ISourcingRepository sourcingRepository)
 {
     _sourcingRepository = sourcingRepository;
 }
コード例 #2
0
 public GetSourcingRecordByIdQueryHandler(ISourcingRepository sourcingRepository, IMapper mapper)
 {
     _sourcingRepository = sourcingRepository;
     _mapper             = mapper;
 }