private void init(int id , string nombre, string apellidos, string email, String pass, Nullable <DateTime> fecha, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.ItemEN> items, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.DudaEN> dudas, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.RespuestaEN> respuestas, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.PuntoReciclajeEN> puntos, bool emailVerificado, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.MaterialEN> materiales, bool borrado, ReciclaUAGenNHibernate.EN.ReciclaUA.JuegoEN juegos) { this.Id = id; this.Nombre = nombre; this.Apellidos = apellidos; this.Email = email; this.Pass = pass; this.Fecha = fecha; this.Items = items; this.Dudas = dudas; this.Respuestas = respuestas; this.Puntos = puntos; this.EmailVerificado = emailVerificado; this.Materiales = materiales; this.Borrado = borrado; this.Juegos = juegos; }
public UsuarioWebEN(int id, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.AccionEN> acciones, int puntuacion , string nombre, string apellidos, string email, String pass, Nullable <DateTime> fecha, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.ItemEN> items, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.DudaEN> dudas, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.RespuestaEN> respuestas, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.PuntoReciclajeEN> puntos, bool emailVerificado, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.MaterialEN> materiales, bool borrado, ReciclaUAGenNHibernate.EN.ReciclaUA.JuegoEN juegos ) { this.init(Id, acciones, puntuacion, nombre, apellidos, email, pass, fecha, items, dudas, respuestas, puntos, emailVerificado, materiales, borrado, juegos); }