示例#1
0
文件: TableBLL.cs 项目: benxuu/SYPM
 public bool ExistsTabName(string tabName)
 {
     return(dal.ExistsTabName(tabName));
 }