Ejemplo n.º 1
0
        public Human ProduceHuman(string name, int age, Sex sex)
        {
            Human human = new Human(name, age, sex);

            return human;
        }