示例#1
0
 public GeneralMedicalContraindicationHandler(DictionariesContext dictionariesContext, IMapper mapper)
 {
     _dictionariesContext = dictionariesContext;
     _mapper = mapper;
 }
示例#2
0
 public Order417NHandler(DictionariesContext dictionariesContext, IMapper mapper)
 {
     _dictionariesContext = dictionariesContext;
     _mapper = mapper;
 }
示例#3
0
 public Mkb10Handler(DictionariesContext dictionariesContext, IMapper mapper)
 {
     _dictionariesContext = dictionariesContext;
     _mapper = mapper;
 }