Example #1
0
 public NetworkPairVolume Get(Network network)
 {
     return(ByNetworks.Get(network) ?? AggsByNetworks.Get(network));
 }
Example #2
0
 public IReadOnlyList <NetworkPairVolume> GetNormalised(Network network)
 {
     return(ByNetworks.Get(network));
 }