Beispiel #1
0
        public static string Insertar(string nombre, string descripcion)
        {
            Presentacion  Obj  = new Presentacion();
            dPresentacion Pres = new dPresentacion();

            Obj.Nombre      = nombre;
            Obj.Descripcion = descripcion;
            return(Pres.Insertar(Obj));
        }