Exemplo n.º 1
0
 public Mantle(IDrillBit drillBit, ILayer nextLayer)
 {
     _drillBit  = drillBit;
     _nextLayer = nextLayer;
 }
Exemplo n.º 2
0
 public Core(IDrillBit drillBit)
 {
     _drillBit = drillBit;
 }
Exemplo n.º 3
0
 public Crust(IDrillBit drillBit, ILayer nextLayer)
 {
     _drillBit  = drillBit;
     _nextLayer = nextLayer;
 }