WebApplication4.Models.Region.Region C# (CSharp) Méthode

Region() public méthode

public Region ( ) : System
Résultat System
        public Region()
        {
            this.Region1 = new HashSet<Region>();
            this.PuntoVenta = new HashSet<PuntoVenta>();
            this.PuntoVenta1 = new HashSet<PuntoVenta>();
            this.Local = new HashSet<Local>();
            this.Local1 = new HashSet<Local>();
            this.Eventos = new HashSet<Eventos>();
        }
Region