Example #1
0
 public AbsDectective(AManejador sucesor) : base(sucesor)
 {
 }
Example #2
0
 public ConDetectiveMeticuloso(AManejador sucesor) : base(sucesor)
 {
     this.investigacion = new ConInvestigacionMinusiosa();
 }
Example #3
0
 public ConFuerzasEspeciales(AManejador sucesor) : base(sucesor)
 {
 }
Example #4
0
 public ConDetectiveTorpe(AManejador sucesor) : base(sucesor)
 {
     investigacion = new ConInvestigacionTorpe();
 }
Example #5
0
 public ConComisarioImpector(AManejador sucesor) : base(sucesor)
 {
 }