Example #1
0
        bool InterfaceLocation.AddLocation(Location location)
        {
            LocationAPI locationAPI = new LocationAPI();

            locationAPI.AddLocation(location);
            return(true);
        }