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