using Bootstrap.DataAccess;
using Longbow.Web.Mvc;
using System.Linq;
namespace Bootstrap.Admin.Query
{
///
///
///
public class QueryGroupOption : PaginationOption
{
///
///
///
public string GroupName { get; set; }
///
///
///
public string Description { get; set; }
///
///
///
///
public QueryData