gov.va.medora.mdws.CallService.getNearestFacility C# (CSharp) Method

getNearestFacility() private method

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