예제 #1
0
 public List <Price> GetAllPrices()
 {
     return(_priceBookService.GetAllPrices().Result);
 }
예제 #2
0
 public PricingBook GetAllPrices()
 {
     return(_priceBookService.GetAllPrices().Result);
 }