fix: remove orphaned EF/Npgsql refs, trailing slash on SqlApi, ITrackDataService doc
This commit is contained in:
@@ -5,13 +5,9 @@ using NetBlocks.Models;
|
||||
namespace DeepDrftPublic.Client.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Track metadata fetch abstraction with two render-mode-specific implementations:
|
||||
///
|
||||
/// - Server prerender pass: <c>TrackDirectDataService</c> in the DeepDrftPublic host
|
||||
/// resolves <see cref="DeepDrftData.ITrackService"/> in-process (EF Core / SQL) and
|
||||
/// avoids a loopback HTTP hop.
|
||||
/// - WASM interactive pass: <c>TrackClientDataService</c> in this assembly delegates
|
||||
/// to <see cref="Clients.TrackClient"/> over HTTP.
|
||||
/// Track metadata fetch abstraction. Both SSR and WASM passes are served by
|
||||
/// <c>TrackClientDataService</c> in this assembly, which delegates to
|
||||
/// <see cref="Clients.TrackClient"/> over HTTP.
|
||||
///
|
||||
/// Components inject this single seam so they do not branch on render mode.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user