增加ViewHelper,增强对Bootstrap的支持
nnhy authored at 2016-02-16 22:29:10
245.00 B
X
using System.ComponentModel;

namespace NewLife.Cube.Admin.Controllers
{
    /// <summary>设置控制器</summary>
    [DisplayName("数据库设置")]
    public class XCodeController : ConfigController<XCode.Setting>
    {
    }
}