Пример #1
0
 public DefaultController()
 {
     db = new PocketDb();
     //db.Configuration.ProxyCreationEnabled = false;
 }
Пример #2
0
 public AuthProvider()
 {
     db = new PocketDb();
 }