Ejemplo n.º 1
0
        private void init(int id
                          , SMPGenNHibernate.EN.SMP.UsuarioEN usuario, double precio, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.Lineas_pedidoEN> lineas_pedido)
        {
            this.Id = id;


            this.Usuario = usuario;

            this.Precio = precio;

            this.Lineas_pedido = lineas_pedido;
        }
Ejemplo n.º 2
0
        private void init(int id
                          , SMPGenNHibernate.Enumerated.SMP.Estado_videoEnum estado, SMPGenNHibernate.EN.SMP.UsuarioEN usuario_1, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.SerieEN> serie, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.PeliculaEN> pelicula)
        {
            this.Id = id;


            this.Estado = estado;

            this.Usuario_1 = usuario_1;

            this.Serie = serie;

            this.Pelicula = pelicula;
        }
Ejemplo n.º 3
0
 public CarritoEN(int id, SMPGenNHibernate.EN.SMP.UsuarioEN usuario, double precio, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.Lineas_pedidoEN> lineas_pedido
                  )
 {
     this.init(Id, usuario, precio, lineas_pedido);
 }
Ejemplo n.º 4
0
 public ListaEN(int id, SMPGenNHibernate.Enumerated.SMP.Estado_videoEnum estado, SMPGenNHibernate.EN.SMP.UsuarioEN usuario_1, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.SerieEN> serie, System.Collections.Generic.IList <SMPGenNHibernate.EN.SMP.PeliculaEN> pelicula
                )
 {
     this.init(Id, estado, usuario_1, serie, pelicula);
 }