Exemple #1
0
        public System.Data.DataSet Get_ADMSP_SST_Info(string SIN, string LastName, string ProgramBenefitType, System.DateTime DateReconsideration)
        {
            Get_ADMSP_SST_InfoRequest inValue = new Get_ADMSP_SST_InfoRequest();

            inValue.SIN                 = SIN;
            inValue.LastName            = LastName;
            inValue.ProgramBenefitType  = ProgramBenefitType;
            inValue.DateReconsideration = DateReconsideration;
            Get_ADMSP_SST_InfoResponse retVal = ((IADMS_Lookup)(this)).Get_ADMSP_SST_Info(inValue);

            return(retVal.Get_ADMSP_SST_InfoResult);
        }
Exemple #2
0
 Get_ADMSP_SST_InfoResponse IADMS_Lookup.Get_ADMSP_SST_Info(Get_ADMSP_SST_InfoRequest request)
 {
     return(base.Channel.Get_ADMSP_SST_Info(request));
 }