You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Refactor repositories to return IReadOnlyList<T> results
Updated repository interfaces and implementations to return IReadOnlyList<T> instead of IEnumerable<T> for collection-returning methods. This clarifies intent by indicating returned collections are read-only, reducing risk of unintended modification and improving API expressiveness. Affected methods include GetAll, GetAllAsync, GetActiveProductsAsync, and SearchProductsAsync.
0 commit comments