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

order() private method

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