gov.va.medora.mdws.CallService.getNearestFacility C# (CSharp) 메소드

getNearestFacility() 개인적인 메소드

private getNearestFacility ( string city, string stateAbbr ) : ClosestFacilityTO
city string
stateAbbr string
리턴 gov.va.medora.mdws.dto.ClosestFacilityTO
        public ClosestFacilityTO getNearestFacility(string city, string stateAbbr)
        {
            return (ClosestFacilityTO)MySession.execute("SitesLib", "getNearestFacility", new object[] { city, stateAbbr });
        }