private void init(int id
                          , ReciclaUAGenNHibernate.Enumerated.ReciclaUA.TipoContenedorEnum tipo, ReciclaUAGenNHibernate.EN.ReciclaUA.PuntoReciclajeEN punto, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.AccionReciclarEN> acciones)
        {
            this.Id = id;


            this.Tipo = tipo;

            this.Punto = punto;

            this.Acciones = acciones;
        }
 public ContenedorEN(int id, ReciclaUAGenNHibernate.Enumerated.ReciclaUA.TipoContenedorEnum tipo, ReciclaUAGenNHibernate.EN.ReciclaUA.PuntoReciclajeEN punto, System.Collections.Generic.IList <ReciclaUAGenNHibernate.EN.ReciclaUA.AccionReciclarEN> acciones
                     )
 {
     this.init(Id, tipo, punto, acciones);
 }