// 22_10_2018 Matchfollowup New Page public ArrayList MatchfollowupSlideShowResult_New([FromBody] SearchML Mobj) { Mobj.ProfileOwner = Commonclass.getTableData(Mobj.strProfileOwner, "owner"); Mobj.ProfileOwnerBranch = Commonclass.getTableData(Mobj.strProfileOwnerBranch, "branch"); Mobj.region = Commonclass.getTableData(Mobj.strregion, "region"); return(this.IEmployeeReport.MatchfollowupSlideShowResult_New(Mobj)); }
public ArrayList MatchfollowupSlideShowResultForwardBackward(SearchML Mobj) { return(new EmployeeReportPageDAL().MatchfollowupSlideShowResultForwardBackward(Mobj, "[dbo].[Usp_Select_BothSideOneSideInterst_ForwardBackward]")); }
public ArrayList MatchfollowupSlideShowResult_New([FromBody] SearchML Mobj) { return(new EmployeeReportPageDAL().MatchfollowupSlideShowResult_New(Mobj, "[dbo].[Usp_Select_OneSideInterst_MySide_NewDesign]")); }
public ArrayList UnMatchfollowupSlideShowResult(SearchML Mobj) { return(new EmployeeReportPageDAL().UnMatchfollowupSlideShowResult(Mobj, "[dbo].[Usp_Select_BothSideOneSideInterst_New_NewDesign_UnPaid]")); }