Esempio n. 1
0
 public BookStore()
 {
     _dbContext = new PageContext();
 }
Esempio n. 2
0
 public BookStore()
 {
     db = new PageContext();
 }