private void init(int ID , string nombre, int edad, string sexo, string facebook, string instagram, string twitter, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.RetoEN> reto, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.EventoEN> evento, String contrasena, string email, string foto, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.GymkanaEN> gymkana, WhateverGenNHibernate.EN.Whatever.AdminEN admin) { this.ID = ID; this.Nombre = nombre; this.Edad = edad; this.Sexo = sexo; this.Facebook = facebook; this.Instagram = instagram; this.Twitter = twitter; this.Reto = reto; this.Reporte = reporte; this.Puntuacion = puntuacion; this.Comentario = comentario; this.Evento = evento; this.Contrasena = contrasena; this.Email = email; this.Foto = foto; this.Gymkana = gymkana; this.Admin = admin; }
public UsuarioEN(int iD, string nombre, int edad, string sexo, string facebook, string instagram, string twitter, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.RetoEN> reto, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.EventoEN> evento, String contrasena, string email, string foto, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.GymkanaEN> gymkana, WhateverGenNHibernate.EN.Whatever.AdminEN admin ) { this.init(ID, nombre, edad, sexo, facebook, instagram, twitter, reto, reporte, puntuacion, comentario, evento, contrasena, email, foto, gymkana, admin); }