Beispiel #1
0
 public InterestOperation(ITaxStragety strategy)
 {
     this.m_strategy = strategy;
 }
 public InterestOperation(ITaxStragety strategy)
 {
     this.m_strategy = strategy;
 }
Beispiel #3
0
 public InterestOperation(ITaxStragety mStrategy)
 {
     m_strategy = mStrategy;
 }
 public void SetStragety(ITaxStragety strategy)
 {
     _strategy = strategy;
 }