From 80c4db3b0867920af47f0dc69f101c373a16aaae Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Sat, 22 Mar 2025 23:32:30 +0000 Subject: [PATCH] sick and tired of them squigglies --- .../EnotaryoPH.Data/NotaryoDBContext.cs | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) 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