Example #1
0
 public void Configure(IPricings pricings)
 {
     //?? not sure what this bit was asking for, but used the remaining code to find a work around
     throw new System.NotImplementedException();
 }
Example #2
0
 public void Configure(IPricings pricings)
 {
     _pricing = pricings;
 }
Example #3
0
 public PricingController(IPricings pricings)
 {
     _pricings = pricings;
 }