public HomeController(IAltBaslikService altBaslikService, IDersService dersService, ISinifService sinifService, ISoruService soruService, ITestService testService, ITestSoruService testSoruService, IUniteService uniteService, ITestKullaniciService testKullaniciService, IAppUserService appUserService) { _altBaslikService = altBaslikService; _dersService = dersService; _sinifService = sinifService; _soruService = soruService; _testService = testService; _testSoruService = testSoruService; _uniteService = uniteService; _testKullaniciService = testKullaniciService; _appUserService = appUserService; }
public SiniflarController(ISinifService sinifService, IMapper mapper) { _sinifService = sinifService; _mapper = mapper; }
public NotFoundFilter(ISinifService sinifService) { _sinifService = sinifService; }