示例#1
0
 public GetHostingBySolutionIdHandler(HostingReader reader, IMapper mapper)
 {
     this.reader = reader;
     this.mapper = mapper;
 }
 public GetHostingBySolutionIdHandler(HostingReader reader, IMapper mapper)
 {
     _reader = reader;
     _mapper = mapper;
 }