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

dish() private method

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