Exemplo n.º 1
0
 static Program()
 {
     Settings = new MongoDBSettings() {
         Server = "localhost",
         Database = "OhaiBarcamp",
         Port = 27017
     };
 }
Exemplo n.º 2
0
 static BaseController()
 {
     Settings = new MongoDBSettings() {
         Server = "localhost",
         Database = "OhaiBarcamp",
         Port = 27017
     };
 }