WIP fixed namespaces

This commit is contained in:
JPVenson
2025-03-25 15:30:22 +00:00
parent 7cd059c033
commit 160020c551
219 changed files with 793 additions and 773 deletions

View File

@@ -1,9 +1,8 @@
using System;
using Jellyfin.Data.Entities;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace Jellyfin.Server.Implementations.ModelConfiguration;
namespace Jellyfin.Database.Implementations.ModelConfiguration;
/// <summary>
/// FluentAPI configuration for the UserData entity.