Beispiel #1
0
        private void init(string email
                          , string permisoAdministrador, string permisoModerador, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.FaltaEN> pone_falta, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.NotificacionesEN> notificacion_enviada, string nombre, string apellidos, Nullable <DateTime> fechaNac, string nIF, string foto, String contrasenya, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.ContenidoEN> contenido, YoureOnGenNHibernate.EN.YoureOn.BibliotecaEN biblioteca, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.ComentarioEN> comentario, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.FaltaEN> falta, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.NotificacionesEN> notificaciones, bool esVetado)
        {
            this.Email = email;


            this.PermisoAdministrador = permisoAdministrador;

            this.PermisoModerador = permisoModerador;

            this.Pone_falta = pone_falta;

            this.Notificacion_enviada = notificacion_enviada;

            this.Nombre = nombre;

            this.Apellidos = apellidos;

            this.FechaNac = fechaNac;

            this.NIF = nIF;

            this.Foto = foto;

            this.Contrasenya = contrasenya;

            this.Contenido = contenido;

            this.Biblioteca = biblioteca;

            this.Comentario = comentario;

            this.Falta = falta;

            this.Notificaciones = notificaciones;

            this.EsVetado = esVetado;
        }
Beispiel #2
0
 public AdministradorEN(string email, string permisoAdministrador
                        , string permisoModerador, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.FaltaEN> pone_falta, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.NotificacionesEN> notificacion_enviada
                        , string nombre, string apellidos, Nullable <DateTime> fechaNac, string nIF, string foto, String contrasenya, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.ContenidoEN> contenido, YoureOnGenNHibernate.EN.YoureOn.BibliotecaEN biblioteca, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.ComentarioEN> comentario, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.FaltaEN> falta, System.Collections.Generic.IList <YoureOnGenNHibernate.EN.YoureOn.NotificacionesEN> notificaciones, bool esVetado
                        )
 {
     this.init(Email, permisoAdministrador, permisoModerador, pone_falta, notificacion_enviada, nombre, apellidos, fechaNac, nIF, foto, contrasenya, contenido, biblioteca, comentario, falta, notificaciones, esVetado);
 }