Ejemplo n.º 1
0
        private void init(string nombre, string descripcion, LugaresInteresGenNHibernate.EN.LugaresInteres.UsuarioEN usuario, System.Collections.Generic.IList <LugaresInteresGenNHibernate.EN.LugaresInteres.ComentarioEN> comentario, LugaresInteresGenNHibernate.EN.LugaresInteres.ActividadEN actividad)
        {
            this.Nombre = nombre;


            this.Descripcion = descripcion;

            this.Usuario = usuario;

            this.Comentario = comentario;

            this.Actividad = actividad;
        }
Ejemplo n.º 2
0
 public GrupoEN(string nombre, string descripcion, LugaresInteresGenNHibernate.EN.LugaresInteres.UsuarioEN usuario, System.Collections.Generic.IList <LugaresInteresGenNHibernate.EN.LugaresInteres.ComentarioEN> comentario, LugaresInteresGenNHibernate.EN.LugaresInteres.ActividadEN actividad)
 {
     this.init(nombre, descripcion, usuario, comentario, actividad);
 }