Exemple #1
0
        private void init(int id
                          , string cod_pos, string calle, LePapeoGenNHibernate.EN.LePapeo.RestauranteEN restaurante, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.RegistradoEN> registrado, int numero, float pos_x, float pos_y, LePapeoGenNHibernate.EN.LePapeo.CiudadEN ciudad)
        {
            this.Id = id;


            this.Cod_pos = cod_pos;

            this.Calle = calle;

            this.Restaurante = restaurante;

            this.Registrado = registrado;

            this.Numero = numero;

            this.Pos_x = pos_x;

            this.Pos_y = pos_y;

            this.Ciudad = ciudad;
        }
Exemple #2
0
 public DireccionEN(int id, string cod_pos, string calle, LePapeoGenNHibernate.EN.LePapeo.RestauranteEN restaurante, System.Collections.Generic.IList <LePapeoGenNHibernate.EN.LePapeo.RegistradoEN> registrado, int numero, float pos_x, float pos_y, LePapeoGenNHibernate.EN.LePapeo.CiudadEN ciudad
                    )
 {
     this.init(Id, cod_pos, calle, restaurante, registrado, numero, pos_x, pos_y, ciudad);
 }