Exemplo n.º 1
0
 public S3WorkItemStore()
 {
     dataStore = new S3DataStore(ConfigOptions.WorkItemsStoreName);
 }
Exemplo n.º 2
0
 public S3ResultStore()
 {
     dataStore = new S3DataStore(ConfigOptions.ResultsStoreName);
 }