예제 #1
0
 public string UpdateLocation(Location location)
 {
     if (LocationServices.UpdateLocation_String(location).ToLower() == "Successful".ToLower())
     {
         return("Successfully Updated!");
     }
     else
     {
         return(LocationServices.UpdateLocation_String(location));
     }
 }