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