示例#1
0
 /// <inheritdoc />
 public Task <PathWaypointModel> RetrieveAsync(PathWaypointKey key, bool includeNavigationProperties = false)
 {
     return(WaypointCrudProvider.RetrieveAsync(key, includeNavigationProperties));
 }
示例#2
0
 /// <inheritdoc />
 public Task <PathWaypointModel> RetrieveAsync(PathWaypointKey key)
 {
     return(WaypointCrudProvider.RetrieveAsync(key));
 }