示例#1
0
 public EventRepository()
 {
     _context = new ThreadsOfHistoryContext();
 }
示例#2
0
 public PeopleRepository()
 {
     _context = new ThreadsOfHistoryContext();
 }