Example #1
0
 public MapperMiddlware(IClizerMapper mapper, IClizerDataAccessor <ClizerDictionary> file)
 {
     _mapper = mapper;
     _file   = file;
 }
Example #2
0
 public MappingCommand(IClizerMapper mapper)
 {
     _mapper = mapper;
 }