Exemple #1
0
 public IronMan(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }
 public TheIncredibleHulk(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }
Exemple #3
0
 public Thor(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }
 public CaptainAmerica(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }