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