public UIContentService(AyDbContext ayDbContext,
                         IRutorService rutorService,
                         INnmclubService nnmclubService,
                         IDriverService driverService,
                         ISoftService softService,
                         ILogger <EveningWorkService> logger)
 {
     _context        = ayDbContext;
     _rutorService   = rutorService;
     _nnmclubService = nnmclubService;
     _driverService  = driverService;
     _softService    = softService;
     _logger         = logger;
 }
예제 #2
0
 public RutorController(IRutorService rutorService)
 {
     _rutorService = rutorService;
 }