Ejemplo n.º 1
0
        public void SeedInfrastructureData()
        {
            var infrastructure = new SeedInfrastructureData();

            DataCollection.Infrastructures.DataType = DataType.Infrastructure;

            DataCollection.Infrastructures = infrastructure.Infrastructures;
        }
Ejemplo n.º 2
0
        public void SeedInfrastructureData()
        {
            var infrastructure = new SeedInfrastructureData();
            DataCollection.Infrastructures.DataType = DataType.Infrastructure;

            DataCollection.Infrastructures = infrastructure.Infrastructures;
        }