public string GetEmployerDetail() { return(EmpBusinessController.GetEmployerDetail()); }
public string GetEmpDependentListByEmpID(string empId) { return(EmpBusinessController.GetEmpDependentListByEmpID(empId)); }
public string GetActiveEmployeeList() { return(EmpBusinessController.GetActiveEmployeeList()); }
public string GetEmpDetailByEmpId(string empId) { return(EmpBusinessController.GetEmpDetailByEmpId(empId)); }
public string GetEmpAccessByApplication(string empId, string appId) { return(EmpBusinessController.GetEmpAccessByApplication(empId, appId)); }
public string IsValidUser(string userID, string userPassword, string applicationID) { return(EmpBusinessController.IsValidUser(userID, userPassword, applicationID)); }