예제 #1
0
 public bool Check_ProjectName(string ProName)
 {
     return(dal.Check_ProjectName(ProName));
 }