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