Пример #1
0
 public DictionaryCityRepository(summerwellContext dbContext)
 {
     _dbContext = dbContext;
 }
Пример #2
0
 public ConferenceRepository(summerwellContext dbContext, ILocationRepository locationRepository)
 {
     _dbContext          = dbContext;
     _locationRepository = locationRepository;
 }
 public DictionaryConferenceTypeRepository(summerwellContext dbContext)
 {
     _dbContext = dbContext;
 }
Пример #4
0
 public SpeakerRepository(summerwellContext dbContext)
 {
     _dbContext = dbContext;
 }
 public GetDemoRepository(summerwellContext dbContext)
 {
     _dbContext = dbContext;
 }
Пример #6
0
 public LocationRepository(summerwellContext dbContext)
 {
     _dbContext = dbContext;
 }
Пример #7
0
 public ParticipantRepository(summerwellContext dbContext)
 {
     _dbContext = dbContext;
 }