private void init(string correo , System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.EventoEN> evento, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.PremioEN> premio, DSMGenNHibernate.EN.DSM.ComentarioEN comentario_0, string nombre, String contrasenya, string foto, string direccion, int telefono, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.GrupoEN> grupo, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.MensajeEN> mensaje, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.MensajeEN> mensaje_1) { this.Correo = correo; this.Evento = evento; this.Premio = premio; this.Comentario_0 = comentario_0; this.Nombre = nombre; this.Contrasenya = contrasenya; this.Foto = foto; this.Direccion = direccion; this.Telefono = telefono; this.Grupo = grupo; this.Mensaje = mensaje; this.Mensaje_1 = mensaje_1; }
public AsistenteEN(string correo, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.EventoEN> evento, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.PremioEN> premio, DSMGenNHibernate.EN.DSM.ComentarioEN comentario_0 , string nombre, String contrasenya, string foto, string direccion, int telefono, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.GrupoEN> grupo, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.MensajeEN> mensaje, System.Collections.Generic.IList <DSMGenNHibernate.EN.DSM.MensajeEN> mensaje_1 ) { this.init(Correo, evento, premio, comentario_0, nombre, contrasenya, foto, direccion, telefono, grupo, mensaje, mensaje_1); }