示例#1
0
 // 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));
 }
示例#2
0
 public ArrayList MatchfollowupSlideShowResultForwardBackward(SearchML Mobj)
 {
     return(new EmployeeReportPageDAL().MatchfollowupSlideShowResultForwardBackward(Mobj, "[dbo].[Usp_Select_BothSideOneSideInterst_ForwardBackward]"));
 }
示例#3
0
 public ArrayList MatchfollowupSlideShowResult_New([FromBody] SearchML Mobj)
 {
     return(new EmployeeReportPageDAL().MatchfollowupSlideShowResult_New(Mobj, "[dbo].[Usp_Select_OneSideInterst_MySide_NewDesign]"));
 }
示例#4
0
 public ArrayList UnMatchfollowupSlideShowResult(SearchML Mobj)
 {
     return(new EmployeeReportPageDAL().UnMatchfollowupSlideShowResult(Mobj, "[dbo].[Usp_Select_BothSideOneSideInterst_New_NewDesign_UnPaid]"));
 }