Exemplo n.º 1
0
 public static Infrastructure AddLocalhost(this Infrastructure infrastructure, Uri url)
 {
     return(infrastructure.AddLocalhost(new Localhost(url)));
 }
Exemplo n.º 2
0
 static InfrastructureProvider()
 {
     Mongo = Infrastructure.Default();
     Mongo.AddLocalhost(Settings.Endpoint);
     Mongo.AddMongo(Settings.MongoUrl);
 }