public List <Model.MiniEnterprise> GetEnterprise(int top, string keywords) { using (RLib.DB.DbConn dbconn = Pub.GetBusinessConn()) { return(new DAL.BusinessDal().GetEnters(dbconn, keywords, top)); } }