Exemplo n.º 1
0
 public ConferenceController(ICommandService commandService, ConferenceQueryService conferenceQueryService, ILoggerFactory loggerFactory)
 {
     _commandService = commandService;
     _conferenceQueryService = conferenceQueryService;
 }
Exemplo n.º 2
0
 public ConferenceController(ICommandService commandService, ConferenceQueryService conferenceQueryService)
 {
     _commandService = commandService;
     _conferenceQueryService = conferenceQueryService;
 }