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

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

            return(service.getShelterInformation(shelterName));
        }