示例#1
0
 public void ValidateEpExistOrNot(string ename)
 {
     if (es.Exist(ename))
     {
         Response.Write("该企业名称已存在 !");
     }
 }