示例#1
0
        private void init(int id
                          , string nombre, string apellidos, Nullable <DateTime> fecha_nac, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.ReservaEN> reserva, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.OpinionEN> opinion, LePapeoGenNHibernate.EN.LePapeo.DireccionEN direccion_0, string email, String pass, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.NotificacionEN> notificacion, Nullable <DateTime> fecha_inscripcion)
        {
            this.Id = id;


            this.Nombre = nombre;

            this.Apellidos = apellidos;

            this.Fecha_nac = fecha_nac;

            this.Reserva = reserva;

            this.Opinion = opinion;

            this.Direccion_0 = direccion_0;

            this.Email = email;

            this.Pass = pass;

            this.Notificacion = notificacion;

            this.Fecha_inscripcion = fecha_inscripcion;
        }
示例#2
0
 public RegistradoEN(int id, string nombre, string apellidos, Nullable <DateTime> fecha_nac, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.ReservaEN> reserva, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.OpinionEN> opinion, LePapeoGenNHibernate.EN.LePapeo.DireccionEN direccion_0
                     , string email, String pass, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.NotificacionEN> notificacion, Nullable <DateTime> fecha_inscripcion
                     )
 {
     this.init(Id, nombre, apellidos, fecha_nac, reserva, opinion, direccion_0, email, pass, notificacion, fecha_inscripcion);
 }
示例#3
0
        private void init(int id
                          , string nombre, Nullable <DateTime> fecha_apertura, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.ReservaEN> reserva_0, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.OpinionEN> opinion_0, LePapeoGenNHibernate.EN.LePapeo.HorarioSemanaEN horarioSemana, LePapeoGenNHibernate.EN.LePapeo.DireccionEN direccion, LePapeoGenNHibernate.EN.LePapeo.TipoCocinaEN tipoCocina, int max_comen, int current_comen, float precio_medio, string descripcion, string menu, string email, String pass, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.NotificacionEN> notificacion, Nullable <DateTime> fecha_inscripcion)
        {
            this.Id = id;


            this.Nombre = nombre;

            this.Fecha_apertura = fecha_apertura;

            this.Reserva_0 = reserva_0;

            this.Opinion_0 = opinion_0;

            this.HorarioSemana = horarioSemana;

            this.Direccion = direccion;

            this.TipoCocina = tipoCocina;

            this.Max_comen = max_comen;

            this.Current_comen = current_comen;

            this.Precio_medio = precio_medio;

            this.Descripcion = descripcion;

            this.Menu = menu;

            this.Email = email;

            this.Pass = pass;

            this.Notificacion = notificacion;

            this.Fecha_inscripcion = fecha_inscripcion;
        }
示例#4
0
 public RestauranteEN(int id, string nombre, Nullable <DateTime> fecha_apertura, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.ReservaEN> reserva_0, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.OpinionEN> opinion_0, LePapeoGenNHibernate.EN.LePapeo.HorarioSemanaEN horarioSemana, LePapeoGenNHibernate.EN.LePapeo.DireccionEN direccion, LePapeoGenNHibernate.EN.LePapeo.TipoCocinaEN tipoCocina, int max_comen, int current_comen, float precio_medio, string descripcion, string menu
                      , string email, String pass, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.NotificacionEN> notificacion, Nullable <DateTime> fecha_inscripcion
                      )
 {
     this.init(Id, nombre, fecha_apertura, reserva_0, opinion_0, horarioSemana, direccion, tipoCocina, max_comen, current_comen, precio_medio, descripcion, menu, email, pass, notificacion, fecha_inscripcion);
 }