Exemplo n.º 1
0
 public AgendaRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 2
0
 public GenericSearchRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 3
0
 public NotificationRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 4
0
 public EventRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 5
0
 public SpeakerRepository(EventfullyDBContext dbContext)
 {
     _dbContext = dbContext;
 }