Exemplo n.º 1
0
 public TaxController(ITaxEstimatorSelector estimatorSelector)
 {
     // Inject the TaxEstimateSelector so it can be used by the Submit() action
     _estimatorSelector = estimatorSelector;
 }
Exemplo n.º 2
0
 public TaxController(ITaxEstimatorSelector estimatorSelector)
 {
     // Inject the TaxEstimateSelector so it can be used by the Submit() action
     _estimatorSelector = estimatorSelector;
 }