diff --git a/EnotaryoPH/EnotaryoPH.Data/NotaryoDBContext.cs b/EnotaryoPH/EnotaryoPH.Data/NotaryoDBContext.cs index d841847..27ddf2a 100644 --- a/EnotaryoPH/EnotaryoPH.Data/NotaryoDBContext.cs +++ b/EnotaryoPH/EnotaryoPH.Data/NotaryoDBContext.cs @@ -19,23 +19,23 @@ namespace EnotaryoPH.Data base.OnModelCreating(modelBuilder); } - public DbSet? ErrorLogs { get; set; } - public DbSet? EventLogs { get; set; } - public DbSet? IdentificationDocuments { get; set; } - public DbSet? Lawyers { get; set; } - public DbSet? LawyerVideoConferenceParticipants { get; set; } - public DbSet? LawyerVideoConferenceSchedules { get; set; } - public DbSet? LookupData { get; set; } - public DbSet? LookupDataValues { get; set; } - public DbSet