Example #1
0
        public List <ShelterInfo> getShelterInformation()
        {
            ShelterInfoService service = new ShelterInfoService();

            return(service.getShelterInformation());
        }
Example #2
0
        public ShelterInfo getShelterInformation(string shelterName)
        {
            ShelterInfoService service = new ShelterInfoService();

            return(service.getShelterInformation(shelterName));
        }