Task <Submit_Student_Recruiting_EventOutput> Student_RecruitingPort.Submit_Student_Recruiting_EventAsync(Submit_Student_Recruiting_EventInput request)
 {
     return(base.Channel.Submit_Student_Recruiting_EventAsync(request));
 }
 Submit_Student_Recruiting_EventOutput Student_RecruitingPort.Submit_Student_Recruiting_Event(Submit_Student_Recruiting_EventInput request)
 {
     return(base.Channel.Submit_Student_Recruiting_Event(request));
 }