Beispiel #1
0
 public string CreateLocation(Location location)
 {
     if (LocationServices.CreateLocation_String(location).ToLower() == "Successful".ToLower())
     {
         return("Successfully Created!");
     }
     else
     {
         return(LocationServices.CreateLocation_String(location));
     }
 }