Exemplo n.º 1
0
        public List <ShelterInfo> getShelterInformation()
        {
            ShelterInfoService service = new ShelterInfoService();

            return(service.getShelterInformation());
        }
Exemplo n.º 2
0
        public ShelterInfo getShelterInformation(string shelterName)
        {
            ShelterInfoService service = new ShelterInfoService();

            return(service.getShelterInformation(shelterName));
        }