示例#1
0
 public WhistleController(IWhistleRepository repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }
示例#2
0
 public ConversationController(IWhistleRepository repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }