예제 #1
0
 public RecruitmentAgent SubmitAgentRecruitement(RecruitmentAgent objRecruitementSubmit)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitementSubmit, "SubmitAgentRecruitement", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #2
0
 public RecruitmentAgent GetGrades()
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetGrades", "");
     #endregion
     return(obj);
 }
예제 #3
0
 public RecruitmentAgent GetProspectCity(string DistrictCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetProspectCity", "DistrictCode", DistrictCode);
     #endregion
     return(obj);
 }
예제 #4
0
 public RecruitmentAgent GetPostalCode(string CityCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetPostalCode", "CityCode", CityCode);
     #endregion
     return(obj);
 }
예제 #5
0
 public RecruitmentAgent GetBranchCode(string BranchCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetBranchCode", "BranchCode", BranchCode);
     #endregion
     return(obj);
 }
예제 #6
0
 public RecruitmentAgent GetBankNames(string BankName)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetBankNames", "BankName", BankName);
     #endregion
     return(obj);
 }
예제 #7
0
 public RecruitmentAgent GetProvinceMaster()
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetProvinceMaster");
     #endregion
     return(obj);
 }
예제 #8
0
 public RecruitmentAgent GetProspectDistricts(string ProvinceCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "Master", "GetProspectDistricts", "ProvinceCode", ProvinceCode);
     #endregion
     return(obj);
 }
예제 #9
0
 public RecruitmentAgent SaveDatatoInterviewFromProspect(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveDatatoInterviewFromProspect", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #10
0
 public RecruitmentAgent SaveDocumentDetails(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveDocumentDetails", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #11
0
 public RecruitmentAgent GetProspectfromPendingProspect(string ProspectCode)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetProspectfromPendingProspect", "ProspectCode", ProspectCode);
     #endregion
     return(obj);
 }
예제 #12
0
 public RecruitmentAgent SaveconfirmProspectData(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveconfirmProspectData", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #13
0
 public RecruitmentAgent GetInterviewProspectData(string DataSerializer)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetInterviewProspectData", "DataSerializer", DataSerializer);
     #endregion
     return(obj);
 }
예제 #14
0
 public RecruitmentAgent LoadSearchNICDetailsData(RecruitmentAgent objSearchAdvisor)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objSearchAdvisor, "LoadSearchNICDetailsData", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #15
0
 public RecruitmentAgent SaveFinanceDepartmentClearance(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SaveFinanceDepartmentClearance", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #16
0
 public RecruitmentAgent LoadEducationalSubjectDetails()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadEducationalSubjectDetails", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #17
0
 public RecruitmentAgent LoadInterviewLevelResult()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadInterviewLevelResult", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #18
0
 public RecruitmentAgent fetchGenderbasedonsalutation(string Salutation)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "fetchGenderbasedonsalutation", "Salutation", Salutation);
     #endregion
     return(obj);
 }
예제 #19
0
 public RecruitmentAgent LoadInterviewAreaLevels(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "LoadInterviewAreaLevels", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #20
0
 public RecruitmentAgent GetRecruitmentCareerLevels(string CareerLevel)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetRecruitmentCareerLevels", "CareerLevel", CareerLevel);
     #endregion
     return(obj);
 }
예제 #21
0
 public RecruitmentAgent GetRecruitmentDesignations(string Position)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetRecruitmentDesignations", "Position", Position);
     #endregion
     return(obj);
 }
예제 #22
0
 public RecruitmentAgent FetchRecruitementProcessData(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "FetchRecruitementProcessData", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #23
0
 public RecruitmentAgent FetchSuspectCode()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "FetchSuspectCode", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #24
0
 public RecruitmentAgent GetGridQualification(string EduQualification)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetGridQualification", "EduQualification", EduQualification);
     #endregion
     return(obj);
 }
예제 #25
0
 public RecruitmentAgent GetReferToUsers(string AgentUser)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetReferToUsers", "AgentUser", AgentUser);
     #endregion
     return(obj);
 }
예제 #26
0
 public RecruitmentAgent GetRecruitmentInterviewResult(string IBSlNo)
 {
     #region Call API
     obj = WebApiLogic.GetPostParametersToAPI <RecruitmentAgent>(obj, "AgentonBoarding", "GetRecruitmentInterviewResult", "IBSlNo", IBSlNo);
     #endregion
     return(obj);
 }
예제 #27
0
 public RecruitmentAgent LoadRecruitmentPosition()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadRecruitmentPosition", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #28
0
 public RecruitmentAgent SubmitNICVerification(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "SubmitNICVerification", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #29
0
 public RecruitmentAgent LoadAuditClearanceProcessData()
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(obj, "LoadAuditClearanceProcessData", "AgentonBoarding");
     #endregion
     return(obj);
 }
예제 #30
0
 public RecruitmentAgent LoadHRMClearanceData(RecruitmentAgent objRecruitmentAgent)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <RecruitmentAgent>(objRecruitmentAgent, "LoadHRMClearanceData", "AgentonBoarding");
     //obj = WebApiLogic.GetPostParametersToAPI<RecruitmentAgent>(objRecruitmentAgent, "AgentonBoarding", "LoadHRMClearanceData", "TaskName", TaskName);
     #endregion
     return(obj);
 }