Example #1
0
 public BookStore()
 {
     _dbContext = new PageContext();
 }
Example #2
0
 public BookStore()
 {
     db = new PageContext();
 }