/// <summary>
 /// Constructs a new instance.
 /// </summary>
 public DocumentDBConfiguration()
 {
     DocumentDBServiceFactory = new DefaultDocumentDBServiceFactory();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructs a new instance.
 /// </summary>
 public DocumentDBConfiguration()
 {
     ConnectionString         = GetSettingFromConfigOrEnvironment(AzureWebJobsDocumentDBConnectionStringName);
     DocumentDBServiceFactory = new DefaultDocumentDBServiceFactory();
 }