Beispiel #1
0
 public DataSet SeleccionaProducto(int pIdProducto)
 {
     return(objNegProducto.SeleccionaProducto(pIdProducto));
 }