Esempio n. 1
0
 public EventRepository()
 {
     _context = new ThreadsOfHistoryContext();
 }
Esempio n. 2
0
 public PeopleRepository()
 {
     _context = new ThreadsOfHistoryContext();
 }