Nop.Web.Models.Catalog.CategoryNavigationModel.CategoryNavigationModel C# (CSharp) 메소드

CategoryNavigationModel() 공개 메소드

public CategoryNavigationModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public CategoryNavigationModel()
        {
            Categories = new List<CategoryModel>();
        }
CategoryNavigationModel