Beispiel #1
0
 public void QueryAllResultedIn(IOutcome <StorageException, Result> outcome, QueryMultiResults results, object @object)
 => _access.WriteUsing("addAll", results.StateObjects);
 public void QueryAllResultedIn(IOutcome <StorageException, Result> outcome, QueryMultiResults results, object? @object)
 {
     throw new NotImplementedException("Must be unreachable: QueryAllResultedIn()");
 }