コード例 #1
0
 public CodeLabsController(IMapper mapper, ICodeLabsService codeLabsService)
 {
     _mapper          = mapper;
     _codeLabsService = codeLabsService;
 }
コード例 #2
0
ファイル: ChatHub.cs プロジェクト: asher23/CCSF-Back
 public ChatHub(ICodeLabsService codeLabsService)
 {
     _codeLabsService = codeLabsService;
 }