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