Exemplo n.º 1
0
 public List <Price> GetAllPrices()
 {
     return(_priceBookService.GetAllPrices().Result);
 }
Exemplo n.º 2
0
 public PricingBook GetAllPrices()
 {
     return(_priceBookService.GetAllPrices().Result);
 }