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