public List <ShelterInfo> getShelterInformation() { ShelterInfoService service = new ShelterInfoService(); return(service.getShelterInformation()); }
public ShelterInfo getShelterInformation(string shelterName) { ShelterInfoService service = new ShelterInfoService(); return(service.getShelterInformation(shelterName)); }