Ejemplo n.º 1
0
 public Links2(Self2 self, Style style, Brewery brewery)
 {
     this.self    = self;
     this.style   = style;
     this.brewery = brewery;
 }
Ejemplo n.º 2
0
 public Links2(Self2 self, Beers beers)
 {
     this.self  = self;
     this.beers = beers;
 }