示例#1
0
 public IList <MenuItemCategory> GetAllCategories()
 {
     return(_clientDataAccess.GetMenuItemCategories(_userContext.Id).ToList());
 }