Example #1
0
 public ICollection <SubCategory> GetSubMenus()
 {
     return((List <SubCategory>)SubCategories.ToList());
 }