Ejemplo n.º 1
0
 public EfCorePollDal(TurkcellPollDbContext turkcellPollDbContext)
 {
     this.dbContext = turkcellPollDbContext;
 }
Ejemplo n.º 2
0
 public EfCoreUserSurveysDal(TurkcellPollDbContext turkcellPollContext)
 {
     this.dbContext = turkcellPollContext;
 }
Ejemplo n.º 3
0
 public EfCoreYesNoQuetionDal(TurkcellPollDbContext pollDbContext)
 {
     this.dbContext = pollDbContext;
 }
Ejemplo n.º 4
0
 public EfCoreYesNoAnswerDAl(TurkcellPollDbContext turkcellPollDbContext)
 {
     this.dbContext = turkcellPollDbContext;
 }
Ejemplo n.º 5
0
 public EfCoreUserDal(TurkcellPollDbContext SurveyDbContext)
 {
     this.dbContext = SurveyDbContext;
 }