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