Exemplo n.º 1
0
 public BundleSelector(
     ISimulatedBundleSource simulatedBundleSource,
     int bundleLimit)
 {
     _simulatedBundleSource = simulatedBundleSource;
     _bundleLimit           = bundleLimit;
 }
Exemplo n.º 2
0
 public MegabundleSelector(ISimulatedBundleSource simulatedBundleSource)
 {
     _simulatedBundleSource = simulatedBundleSource;
 }