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