Example #1
0
        private void init(int id, System.Collections.Generic.IList <RetappGenNHibernate.EN.Retapp.UsuarioEN> usuario, RetappGenNHibernate.EN.Retapp.UsuarioEN usuario_0, Nullable <DateTime> fecha, float valor, string prueba, int votos, int reportes, RetappGenNHibernate.EN.Retapp.RetoEN reto)
        {
            this.Id = id;


            this.Usuario = usuario;

            this.Usuario_0 = usuario_0;

            this.Fecha = fecha;

            this.Valor = valor;

            this.Prueba = prueba;

            this.Votos = votos;

            this.Reportes = reportes;

            this.Reto = reto;
        }
Example #2
0
 public ParticipacionEN(int id, System.Collections.Generic.IList <RetappGenNHibernate.EN.Retapp.UsuarioEN> usuario, RetappGenNHibernate.EN.Retapp.UsuarioEN usuario_0, Nullable <DateTime> fecha, float valor, string prueba, int votos, int reportes, RetappGenNHibernate.EN.Retapp.RetoEN reto
                        )
 {
     this.init(Id, usuario, usuario_0, fecha, valor, prueba, votos, reportes, reto);
 }