Adventure.Works.LiveDemo.UnitMeasure.UnitMeasure C# (CSharp) Метод

UnitMeasure() приватный Метод

private UnitMeasure ( ) : System
Результат System
        public UnitMeasure()
        {
            this.BillOfMaterials = new HashSet<BillOfMaterial>();
            this.Products = new HashSet<Product>();
            this.Products1 = new HashSet<Product>();
            this.ProductVendors = new HashSet<ProductVendor>();
        }
UnitMeasure