Пример #1
0
        private void init(int id
                          , string talla, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.Lineas_pedidoEN> lineas_pedido_0, string nombre, double precio, string descripcion, string imagen, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.ComentarioEN> comentario, SMPGenNHibernate.Enumerated.SMP.ValoracionEnum valor, int stock, SMPGenNHibernate.EN.SMP.OfertaEN oferta, string descriplarga, string imagran)
        {
            this.Id = id;


            this.Talla = talla;

            this.Lineas_pedido_0 = lineas_pedido_0;

            this.Nombre = nombre;

            this.Precio = precio;

            this.Descripcion = descripcion;

            this.Imagen = imagen;

            this.Comentario = comentario;

            this.Valor = valor;

            this.Stock = stock;

            this.Oferta = oferta;

            this.Descriplarga = descriplarga;

            this.Imagran = imagran;
        }
Пример #2
0
 public ProductoEN(int id, string talla, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.Lineas_pedidoEN> lineas_pedido_0
                   , string nombre, double precio, string descripcion, string imagen, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.ComentarioEN> comentario, SMPGenNHibernate.Enumerated.SMP.ValoracionEnum valor, int stock, SMPGenNHibernate.EN.SMP.OfertaEN oferta, string descriplarga, string imagran
                   )
 {
     this.init(Id, talla, lineas_pedido_0, nombre, precio, descripcion, imagen, comentario, valor, stock, oferta, descriplarga, imagran);
 }