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

dishtype() private method

private dishtype ( ) : System
return System
        public dishtype()
        {
            this.dishes = new HashSet<dish>();
        }
dishtype