Ejemplo n.º 1
0
 public CheckinController(IHubContext <MyChatHub> context,
                          IAffairAppService affairAppService,
                          IWorkAppService workAppService)
 {
     _context          = context;
     _affairAppService = affairAppService;
     _workAppService   = workAppService;
 }
Ejemplo n.º 2
0
 public AffairsController(IAffairAppService affairAppService)
 {
     _affairAppService = affairAppService;
 }