Exemple #1
0
 public AgendaRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #2
0
 public GenericSearchRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #3
0
 public NotificationRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #4
0
 public EventRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #5
0
 public SpeakerRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }