Пример #1
0
 public BookStore()
 {
     _dbContext = new PageContext();
 }
Пример #2
0
 public BookStore()
 {
     db = new PageContext();
 }