コード例 #1
0
ファイル: Program.cs プロジェクト: evilChipmunk/TaxologyPub
 public BadConsumerPayrollService(IGetPayAmountStrategy strategy)
 {
     this.strategy = strategy;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: evilChipmunk/TaxologyPub
 public PayrollService(IGetPayAmountStrategy strategy)
 {
     this.strategy = strategy;
 }