using Bootstrap.DataAccess;
using Longbow.Web.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Bootstrap.Admin.Models
{
public class QueryMenuOption : PaginationOption
{
///
///
///
public string Name { get; set; }
///
///
///
public string Category { get; set; }
public QueryData