Move FeatureUsage code into MicCheck.Api.Features.Usage namespace

Groups usage-tracking (metrics, background flush, query service,
controller, entity) under its own namespace/folder, updates all
consumers and the EF migration snapshot's CLR type strings to match.
This commit is contained in:
2026-07-05 22:00:13 -07:00
parent bdc85a1f3a
commit 27497e31a9
19 changed files with 22 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
using MicCheck.Api.Data;
using MicCheck.Api.Features.Usage;
using MicCheck.Api.Identities;
using MicCheck.Api.Segments;
using Microsoft.EntityFrameworkCore;