Example #1
0
 public EfCorePollDal(TurkcellPollDbContext turkcellPollDbContext)
 {
     this.dbContext = turkcellPollDbContext;
 }
Example #2
0
 public EfCoreUserSurveysDal(TurkcellPollDbContext turkcellPollContext)
 {
     this.dbContext = turkcellPollContext;
 }
 public EfCoreYesNoQuetionDal(TurkcellPollDbContext pollDbContext)
 {
     this.dbContext = pollDbContext;
 }
 public EfCoreYesNoAnswerDAl(TurkcellPollDbContext turkcellPollDbContext)
 {
     this.dbContext = turkcellPollDbContext;
 }
Example #5
0
 public EfCoreUserDal(TurkcellPollDbContext SurveyDbContext)
 {
     this.dbContext = SurveyDbContext;
 }