Esempio n. 1
0
 public CreateSourcingCommandHandler(ISourcingRepository sourcingRepository)
 {
     _sourcingRepository = sourcingRepository;
 }
Esempio n. 2
0
 public GetSourcingRecordByIdQueryHandler(ISourcingRepository sourcingRepository, IMapper mapper)
 {
     _sourcingRepository = sourcingRepository;
     _mapper             = mapper;
 }