social_learning.PlantSpecies.PlantSpecies C# (CSharp) 메소드

PlantSpecies() 공개 메소드

public PlantSpecies ( int id ) : System
id int
리턴 System
        public PlantSpecies(int id)
        {
            SpeciesId = id;
        }
    }
PlantSpecies