Ejemplo n.º 1
0
 public int AvailableQuantity(int productId)
 {
     return(_purchaseRepository.AvailableQuantity(productId));
 }