Ejemplo n.º 1
0
        private void init(int ID
                          , string descripcion, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana, WhateverGenNHibernate.EN.Whatever.MapaEN mapa)
        {
            this.ID = ID;


            this.Descripcion = descripcion;

            this.Gymkana = gymkana;

            this.Mapa = mapa;
        }
Ejemplo n.º 2
0
        private void init(int ID
                          , string titulo, string descripcion, Nullable <DateTime> fecha, double precio, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, WhateverGenNHibernate.EN.Whatever.MapaEN mapa, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte)
        {
            this.ID = ID;


            this.Titulo = titulo;

            this.Descripcion = descripcion;

            this.Fecha = fecha;

            this.Precio = precio;

            this.Usuario = usuario;

            this.Puntuacion = puntuacion;

            this.Mapa = mapa;

            this.Comentario = comentario;

            this.Reporte = reporte;
        }
Ejemplo n.º 3
0
 public EventoEN(int iD, string titulo, string descripcion, Nullable <DateTime> fecha, double precio, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, WhateverGenNHibernate.EN.Whatever.MapaEN mapa, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte
                 )
 {
     this.init(ID, titulo, descripcion, fecha, precio, usuario, puntuacion, mapa, comentario, reporte);
 }
Ejemplo n.º 4
0
 public PasoEN(int iD, string descripcion, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana, WhateverGenNHibernate.EN.Whatever.MapaEN mapa
               )
 {
     this.init(ID, descripcion, gymkana, mapa);
 }