public EfCorePollDal(TurkcellPollDbContext turkcellPollDbContext) { this.dbContext = turkcellPollDbContext; }
public EfCoreUserSurveysDal(TurkcellPollDbContext turkcellPollContext) { this.dbContext = turkcellPollContext; }
public EfCoreYesNoQuetionDal(TurkcellPollDbContext pollDbContext) { this.dbContext = pollDbContext; }
public EfCoreYesNoAnswerDAl(TurkcellPollDbContext turkcellPollDbContext) { this.dbContext = turkcellPollDbContext; }
public EfCoreUserDal(TurkcellPollDbContext SurveyDbContext) { this.dbContext = SurveyDbContext; }