/// <summary>The get dependencies.</summary> /// <param name="request">The request.</param> /// <param name="isSingle">The is single.</param> /// <param name="path">The path.</param> /// <returns>The dependencies.</returns> private IEnumerable <string> GetDependencies(KeyedRequest request, bool isSingle, IEnumerable <object> path) { return(this.GetDependenciesForObject(request.Request, isSingle, path)); }
private IEnumerable <Entity> GetEntities(KeyedRequest request, IEnumerable <object> path) { return(GetEntitiesForObject(request.Request, path)); }