Ejemplo n.º 1
0
        public Location GetLocationById(int id)
        {
            LocationAPI locationAPI = new LocationAPI();

            return(locationAPI.GetLocationById(id));
        }