Exemplo n.º 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();
 }
Exemplo n.º 2
0
 public void Configure(IPricings pricings)
 {
     _pricing = pricings;
 }
Exemplo n.º 3
0
 public PricingController(IPricings pricings)
 {
     _pricings = pricings;
 }