Ejemplo n.º 1
0
 public Gate(Lifetime lifetime)
 {
     _lifetime          = lifetime;
     _pureSourceAdapter = new SourceAdapter <T>(_lifetime);
 }