Exemplo n.º 1
0
 public IList <MenuItemCategory> GetAllCategories()
 {
     return(_clientDataAccess.GetMenuItemCategories(_userContext.Id).ToList());
 }