Adventure.Works.LiveDemo.Illustration.Illustration C# (CSharp) Method

Illustration() private method

private Illustration ( ) : System
return System
        public Illustration()
        {
            this.ProductModelIllustrations = new HashSet<ProductModelIllustration>();
        }
Illustration