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

Location() private method

private Location ( ) : System
return System
        public Location()
        {
            this.ProductInventories = new HashSet<ProductInventory>();
            this.WorkOrderRoutings = new HashSet<WorkOrderRouting>();
        }
Location