We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046daa4 commit 98c04eaCopy full SHA for 98c04ea
OpenAPI/LearningHub.Nhs.OpenApi.Repositories/Repositories/ResourceRepository.cs
@@ -77,6 +77,7 @@ public async Task<IEnumerable<ResourceReference>> GetResourceReferencesByOrigina
77
.ToListAsync();
78
}
79
80
+ /// <inheritdoc/>
81
public async Task<List<int>> GetAchievedCertificatedResourceIds(int currentUserId)
82
{
83
// Use dashboard logic to ensure same resources determined has having achieved certificates
0 commit comments