public BotDB()
 {
     context = new BotDataClassesDataContext();
 }
Example #2
0
 static BotDbAnalytics()
 {
     context = new BotDataClassesDataContext();
 }
Example #3
0
 static BotDbStrings()
 {
     context = new BotDataClassesDataContext();
 }