Skip to content

Commit e059513

Browse files
committed
Refactor DTOs into namespaces and update response types
1 parent 0c69ffb commit e059513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenBioCardServer/Controllers/Classic/ClassicAdminController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public ClassicAdminController(
3030
{
3131
_context = context;
3232
_authService = authService;
33+
_cache = cache;
3334
_logger = logger;
3435
}
3536

0 commit comments

Comments
 (0)