private void init(int id , string nombre, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN crea, Fight4FitGenNHibernate.EN.Fight4Fit.CategoriaEN categoria, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, Fight4FitGenNHibernate.EN.Fight4Fit.GaleriaEN galeria, string descripcion, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN> comentario, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoEventoEnum tipo, int numeroParticipantes, int maxParticipantes, Nullable <DateTime> fecha, string localizacion, double latitud, double longitud, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN> usuario_0) { this.Id = id; this.Nombre = nombre; this.Crea = crea; this.Categoria = categoria; this.Reporte = reporte; this.Galeria = galeria; this.Descripcion = descripcion; this.Comentario = comentario; this.Tipo = tipo; this.NumeroParticipantes = numeroParticipantes; this.MaxParticipantes = maxParticipantes; this.Fecha = fecha; this.Localizacion = localizacion; this.Latitud = latitud; this.Longitud = longitud; this.Usuario_0 = usuario_0; }
public EventoEN(int id, string nombre, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN crea, Fight4FitGenNHibernate.EN.Fight4Fit.CategoriaEN categoria, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, Fight4FitGenNHibernate.EN.Fight4Fit.GaleriaEN galeria, string descripcion, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN> comentario, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoEventoEnum tipo, int numeroParticipantes, int maxParticipantes, Nullable <DateTime> fecha, string localizacion, double latitud, double longitud, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN> usuario_0 ) { this.init(Id, nombre, crea, categoria, reporte, galeria, descripcion, comentario, tipo, numeroParticipantes, maxParticipantes, fecha, localizacion, latitud, longitud, usuario_0); }