// using Microsoft.EntityFrameworkCore.Infrastructure; using OptixServe.Infrastructure.Data; using OptixServe.Infrastructure.Data.CompiledModels; #pragma warning disable 219, 612, 618 #nullable disable [assembly: DbContextModel(typeof(AppDbContext), typeof(AppDbContextModel))]