Exemple #1
0
        private void init(int id
                          , float cantidad, LibrerateGenNHibernate.EN.Librerate.AutorEN autor, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario)
        {
            this.Id = id;


            this.Cantidad = cantidad;

            this.Autor = autor;

            this.Usuario = usuario;
        }
Exemple #2
0
        private void init(int id
                          , string nombre, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, LibrerateGenNHibernate.EN.Librerate.LibroEN libro, int numPag)
        {
            this.Id = id;


            this.Nombre = nombre;

            this.Usuario = usuario;

            this.Libro = libro;

            this.NumPag = numPag;
        }
Exemple #3
0
        private void init(int id
                          , int nota, LibrerateGenNHibernate.EN.Librerate.CriticaEN critica, LibrerateGenNHibernate.EN.Librerate.LibroEN libro, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario)
        {
            this.Id = id;


            this.Nota = nota;

            this.Critica = critica;

            this.Libro = libro;

            this.Usuario = usuario;
        }
Exemple #4
0
        private void init(int id
                          , int cantidad, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, LibrerateGenNHibernate.EN.Librerate.CarritoEN carrito, LibrerateGenNHibernate.EN.Librerate.LibroEN libro)
        {
            this.Id = id;


            this.Cantidad = cantidad;

            this.Usuario = usuario;

            this.Carrito = carrito;

            this.Libro = libro;
        }
Exemple #5
0
        private void init(int id
                          , string titulo, string texto, LibrerateGenNHibernate.EN.Librerate.PuntuacionEN puntuacion_0, LibrerateGenNHibernate.EN.Librerate.LibroEN libro, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario)
        {
            this.Id = id;


            this.Titulo = titulo;

            this.Texto = texto;

            this.Puntuacion_0 = puntuacion_0;

            this.Libro = libro;

            this.Usuario = usuario;
        }
Exemple #6
0
        private void init(int id
                          , string nombre, string email, Nullable <DateTime> fecha, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, String contrasena)
        {
            this.Id = id;


            this.Nombre = nombre;

            this.Email = email;

            this.Fecha = fecha;

            this.Usuario = usuario;

            this.Contrasena = contrasena;
        }
Exemple #7
0
        private void init(int id
                          , string titulo, string descripcion, int cantidad, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.LibroEN> libro)
        {
            this.Id = id;


            this.Titulo = titulo;

            this.Descripcion = descripcion;

            this.Cantidad = cantidad;

            this.Usuario = usuario;

            this.Libro = libro;
        }
Exemple #8
0
        private void init(int id
                          , string nombre, float precio, Nullable <DateTime> fecha, string descripcion, string portada, LibrerateGenNHibernate.Enumerated.Librerate.GeneroEnum genero, int numpag, string idioma, int media, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.LineaPedidoEN> lineaPedido, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.CriticaEN> critica, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.PuntuacionEN> puntuacion, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.AlbumEN> album, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.PublicacionEN> publicacion, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.UsuarioEN> usuario, int cantidadvendida, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario_0)
        {
            this.Id = id;


            this.Nombre = nombre;

            this.Precio = precio;

            this.Fecha = fecha;

            this.Descripcion = descripcion;

            this.Portada = portada;

            this.Genero = genero;

            this.Numpag = numpag;

            this.Idioma = idioma;

            this.Media = media;

            this.LineaPedido = lineaPedido;

            this.Critica = critica;

            this.Puntuacion = puntuacion;

            this.Album = album;

            this.Publicacion = publicacion;

            this.Usuario = usuario;

            this.Cantidadvendida = cantidadvendida;

            this.Usuario_0 = usuario_0;
        }
Exemple #9
0
 public PublicacionEN(int id, string nombre, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, LibrerateGenNHibernate.EN.Librerate.LibroEN libro, int numPag
                      )
 {
     this.init(Id, nombre, usuario, libro, numPag);
 }
Exemple #10
0
 public PuntuacionEN(int id, int nota, LibrerateGenNHibernate.EN.Librerate.CriticaEN critica, LibrerateGenNHibernate.EN.Librerate.LibroEN libro, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario
                     )
 {
     this.init(Id, nota, critica, libro, usuario);
 }
Exemple #11
0
 public CarritoEN(int id, int numerador, float precio, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.LineaPedidoEN> lineaPedido, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, bool estado
                  )
 {
     this.init(Id, numerador, precio, lineaPedido, usuario, estado);
 }
Exemple #12
0
 public LibroEN(int id, string nombre, float precio, Nullable <DateTime> fecha, string descripcion, string portada, LibrerateGenNHibernate.Enumerated.Librerate.GeneroEnum genero, int numpag, string idioma, int media, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.LineaPedidoEN> lineaPedido, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.CriticaEN> critica, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.PuntuacionEN> puntuacion, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.AlbumEN> album, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.PublicacionEN> publicacion, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.UsuarioEN> usuario, int cantidadvendida, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario_0
                )
 {
     this.init(Id, nombre, precio, fecha, descripcion, portada, genero, numpag, idioma, media, lineaPedido, critica, puntuacion, album, publicacion, usuario, cantidadvendida, usuario_0);
 }
Exemple #13
0
 public AutorEN(int id, float ganancias, string email, Nullable <DateTime> fecha, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.DonacionEN> donacion, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.UsuarioEN> usuario_0, string nombre
                )
 {
     this.init(Id, ganancias, email, fecha, donacion, usuario, usuario_0, nombre);
 }
Exemple #14
0
 public DonacionEN(int id, float cantidad, LibrerateGenNHibernate.EN.Librerate.AutorEN autor, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario
                   )
 {
     this.init(Id, cantidad, autor, usuario);
 }
Exemple #15
0
 public LineaPedidoEN(int id, int cantidad, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, LibrerateGenNHibernate.EN.Librerate.CarritoEN carrito, LibrerateGenNHibernate.EN.Librerate.LibroEN libro
                      )
 {
     this.init(Id, cantidad, usuario, carrito, libro);
 }
Exemple #16
0
 public AdministradorEN(int id, string nombre, string email, Nullable <DateTime> fecha, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, String contrasena
                        )
 {
     this.init(Id, nombre, email, fecha, usuario, contrasena);
 }
Exemple #17
0
 public AlbumEN(int id, string titulo, string descripcion, int cantidad, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.LibroEN> libro
                )
 {
     this.init(Id, titulo, descripcion, cantidad, usuario, libro);
 }
Exemple #18
0
        private void init(int id
                          , float ganancias, string email, Nullable <DateTime> fecha, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.DonacionEN> donacion, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.UsuarioEN> usuario_0, string nombre)
        {
            this.Id = id;


            this.Ganancias = ganancias;

            this.Email = email;

            this.Fecha = fecha;

            this.Donacion = donacion;

            this.Usuario = usuario;

            this.Usuario_0 = usuario_0;

            this.Nombre = nombre;
        }
Exemple #19
0
        private void init(int id
                          , int numerador, float precio, System.Collections.Generic.IList <LibrerateGenNHibernate.EN.Librerate.LineaPedidoEN> lineaPedido, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario, bool estado)
        {
            this.Id = id;


            this.Numerador = numerador;

            this.Precio = precio;

            this.LineaPedido = lineaPedido;

            this.Usuario = usuario;

            this.Estado = estado;
        }
Exemple #20
0
 public CriticaEN(int id, string titulo, string texto, LibrerateGenNHibernate.EN.Librerate.PuntuacionEN puntuacion_0, LibrerateGenNHibernate.EN.Librerate.LibroEN libro, LibrerateGenNHibernate.EN.Librerate.UsuarioEN usuario
                  )
 {
     this.init(Id, titulo, texto, puntuacion_0, libro, usuario);
 }