public static void OverrideMapper(IConceptMapper mapper)
 {
     Mapper = mapper;
 }
예제 #2
0
 public ConceptsBusinessWorkflow(IConceptsRepository conceptsRepository, IConceptMapper conceptMapper)
 {
     ConceptsRepository = conceptsRepository;
     ConceptMapper      = conceptMapper;
 }
 public ConceptsBusinessWorkflow(IConceptsRepository conceptsRepository, IConceptMapper conceptMapper)
 {
     ConceptsRepository = conceptsRepository;
     ConceptMapper = conceptMapper;
 }
 public static void OverrideMapper(IConceptMapper mapper)
 {
     Mapper = mapper;
 }