예제 #1
0
 public List <ItemPriceObject> GetItemPrices(long stockItemId)
 {
     return(_itemPriceRepository.GetItemPrices(stockItemId));
 }