Main Modal in MVC - B M SOLUTION
  • Main Modal in MVC

          public MainModel()

            {


                this.MenuCategory = new MenuCategory();

                this.MenuCategoryList = new List<MenuCategory>();

            }

            public MenuCategory MenuCategory { get; set; }

            public List<MenuCategory> MenuCategoryList { get; set; }


           

  • You might also like

    No comments :

    Post a Comment