BistroDriveWebApp.Models.orderingridientbuyer.orderingridientbuyer C# (CSharp) Method

orderingridientbuyer() private method

private orderingridientbuyer ( ) : System
return System
        public orderingridientbuyer()
        {
            this.orders = new HashSet<order>();
        }
orderingridientbuyer