Exemple #1
0
        private void init(int id, RetappGenNHibernate.EN.Retapp.ConcursoEN concurso, RetappGenNHibernate.EN.Retapp.UsuarioEN usuario, int pos, string premio, RetappGenNHibernate.EN.Retapp.UsuarioEN usuario_0, Nullable <DateTime> fecha, float valor, string prueba, int votos, int reportes)
        {
            this.Id = id;


            this.Concurso = concurso;

            this.Usuario = usuario;

            this.Pos = pos;

            this.Premio = premio;

            this.Usuario_0 = usuario_0;

            this.Fecha = fecha;

            this.Valor = valor;

            this.Prueba = prueba;

            this.Votos = votos;

            this.Reportes = reportes;
        }
Exemple #2
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;
        }
Exemple #3
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);
 }
Exemple #4
0
 public VictoriaEN(int id, RetappGenNHibernate.EN.Retapp.ConcursoEN concurso, RetappGenNHibernate.EN.Retapp.UsuarioEN usuario, int pos, string premio
                   , RetappGenNHibernate.EN.Retapp.UsuarioEN usuario_0, Nullable <DateTime> fecha, float valor, string prueba, int votos, int reportes
                   )
 {
     this.init(Id, concurso, usuario, pos, premio, usuario_0, fecha, valor, prueba, votos, reportes);
 }