Exemplo n.º 1
0
 /// <inheritdoc />
 public Task UpdateAsync(PathWaypointKey key, PathWaypointModel model)
 {
     return(WaypointCrudProvider.UpdateAsync(key, model));
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public Task <bool> TryCreateAsync(PathWaypointModel model)
 {
     return(WaypointCrudProvider.TryCreateAsync(model));
 }