예제 #1
0
        public bool read()
        {
            CADProducto cad = new CADProducto();

            return(cad.read(this));
        }
예제 #2
0
        public bool update()
        {
            CADProducto cad = new CADProducto();

            return(cad.update(this));
        }
예제 #3
0
        public bool delete()
        {
            CADProducto cad = new CADProducto();

            return(cad.delete(this));
        }
예제 #4
0
        public bool create()
        {
            CADProducto cad = new CADProducto();

            return(cad.create(this));
        }