Пример #1
0
        public DataTable RN_KardexDetalle_Producto(string idCliente)
        {
            BD_Kardex obj = new BD_Kardex();

            return(obj.BD_KardexDetalle_Producto(idCliente));
        }
Пример #2
0
        public bool RN_VerificarProducto_Cardex(string idProducto)
        {
            BD_Kardex obj = new BD_Kardex();

            return(obj.BD_VerificarProducto_Cardex(idProducto));
        }
Пример #3
0
        public void RN_Registrar_Detalle_Kardex(EN_Kardexcs kar)
        {
            BD_Kardex obj = new BD_Kardex();

            obj.BD_Registrar_Detalle_Kardex(kar);
        }
Пример #4
0
        public void RN_Registrar_Kardex(string idkardex, string idProducto, string idProveedor)
        {
            BD_Kardex obj = new BD_Kardex();

            obj.BD_Registrar_Kardex(idkardex, idProducto, idProveedor);
        }
Пример #5
0
 public bool insertarKardex(BD_Kardex kardex, int idProvee, int idPro)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public bool actualizarDetalleKardeKardex(BD_Kardex kardex)
 {
     throw new NotImplementedException();
 }