Exemplo n.º 1
0
        Location InterfaceLocation.GetLocationByName(string Name)
        {
            LocationAPI locationAPI = new LocationAPI();

            return(locationAPI.GetLocationByName(Name));
        }