示例#1
0
 //Check exist
 public static bool CheckExist(string idNv)
 {
     return(NHANVIEN_DAL.CheckExist(idNv));
 }