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