public DataTable RN_KardexDetalle_Producto(string idCliente) { BD_Kardex obj = new BD_Kardex(); return(obj.BD_KardexDetalle_Producto(idCliente)); }
public bool RN_VerificarProducto_Cardex(string idProducto) { BD_Kardex obj = new BD_Kardex(); return(obj.BD_VerificarProducto_Cardex(idProducto)); }
public void RN_Registrar_Detalle_Kardex(EN_Kardexcs kar) { BD_Kardex obj = new BD_Kardex(); obj.BD_Registrar_Detalle_Kardex(kar); }
public void RN_Registrar_Kardex(string idkardex, string idProducto, string idProveedor) { BD_Kardex obj = new BD_Kardex(); obj.BD_Registrar_Kardex(idkardex, idProducto, idProveedor); }
public bool insertarKardex(BD_Kardex kardex, int idProvee, int idPro) { throw new NotImplementedException(); }
public bool actualizarDetalleKardeKardex(BD_Kardex kardex) { throw new NotImplementedException(); }