예제 #1
0
파일: TableBLL.cs 프로젝트: benxuu/SYPM
 public bool ExistsTabViewName(string tabViewName)
 {
     return(dal.ExistsTabViewName(tabViewName));
 }