internal async static Task <string> UpdateBikeAsync(clsAllBike prBike) { return(await InsertOrUpdateAsync(prBike, "http://localhost:60065/api/bikesareus/PutBike", "PUT")); }