Example #1
0
 //CHECK EXIST SURVEYOR
 public bool ExistSurveyor(string division, string emp_reg_no)
 {
     objSurveyorDAL = new SurveyorClassDAL();
     return(objSurveyorDAL.ExistSurveyorCheck(division, emp_reg_no));
 }