Example #1
0
 public PurchaseDetails AvailableQuantity(Product product)
 {
     return(_stockRepository.AvailableQuantity(product));
 }