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