Example #1
0
 /// <summary>
 /// 获得影院信息
 /// </summary>
 /// <returns></returns>
 public static string GetTheater()
 {
     return(DbHelperMySQL.RunProcedure("proc_theater_sel", null, "theater_sel").Tables[0].Rows[0][0].ToString());
 }