Esempio n. 1
0
        public static string Insertar(string nombre, string descripcion, double precio)
        {
            DServicios Obj = new DServicios();

            Obj.SER_NOMBRE      = nombre;
            Obj.SER_DESCRIPCION = descripcion;
            Obj.SER_PRECIO      = precio;
            return(Obj.InsertarServicio(Obj));
        }