Beispiel #1
0
        public string Get_Appellant_Name(int AppealID)
        {
            Get_Appellant_NameRequest inValue = new Get_Appellant_NameRequest();

            inValue.AppealID = AppealID;
            Get_Appellant_NameResponse retVal = ((IADMS_Lookup)(this)).Get_Appellant_Name(inValue);

            return(retVal.Get_Appellant_NameResult);
        }
Beispiel #2
0
 Get_Appellant_NameResponse IADMS_Lookup.Get_Appellant_Name(Get_Appellant_NameRequest request)
 {
     return(base.Channel.Get_Appellant_Name(request));
 }