Пример #1
0
 public int GetStockPrd(int iDProducto)
 {
     return(_productoServices.GetStockByProduct(iDProducto));
 }