/// <inheritdoc /> public Task UpdateAsync(PathWaypointKey key, PathWaypointModel model) { return(WaypointCrudProvider.UpdateAsync(key, model)); }
/// <inheritdoc /> public Task <bool> TryCreateAsync(PathWaypointModel model) { return(WaypointCrudProvider.TryCreateAsync(model)); }