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