public CodeLabsController(IMapper mapper, ICodeLabsService codeLabsService)
 {
     _mapper          = mapper;
     _codeLabsService = codeLabsService;
 }
Beispiel #2
0
 public ChatHub(ICodeLabsService codeLabsService)
 {
     _codeLabsService = codeLabsService;
 }