コード例 #1
0
ファイル: IronMan.cs プロジェクト: Slyther/AcklenJobApp
 public IronMan(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }
コード例 #2
0
 public TheIncredibleHulk(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }
コード例 #3
0
ファイル: Thor.cs プロジェクト: Slyther/AcklenJobApp
 public Thor(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }
コード例 #4
0
 public CaptainAmerica(Algorithms algorithms)
 {
     _algorithms = algorithms;
 }