sick and tired of them squigglies
This commit is contained in:
		
							parent
							
								
									7168f820a8
								
							
						
					
					
						commit
						80c4db3b08
					
				| @ -19,23 +19,23 @@ namespace EnotaryoPH.Data | ||||
|             base.OnModelCreating(modelBuilder); | ||||
|         } | ||||
| 
 | ||||
|         public DbSet<ErrorLog>? ErrorLogs { get; set; } | ||||
|         public DbSet<EventLog>? EventLogs { get; set; } | ||||
|         public DbSet<IdentificationDocument>? IdentificationDocuments { get; set; } | ||||
|         public DbSet<Lawyer>? Lawyers { get; set; } | ||||
|         public DbSet<LawyerVideoConferenceParticipant>? LawyerVideoConferenceParticipants { get; set; } | ||||
|         public DbSet<LawyerVideoConferenceSchedule>? LawyerVideoConferenceSchedules { get; set; } | ||||
|         public DbSet<LookupData>? LookupData { get; set; } | ||||
|         public DbSet<LookupDataValue>? LookupDataValues { get; set; } | ||||
|         public DbSet<Template>? Templates { get; set; } | ||||
|         public DbSet<TransactionDeclineReason>? TransactionDeclineReasons { get; set; } | ||||
|         public DbSet<TransactionDocument>? TransactionDocuments { get; set; } | ||||
|         public DbSet<TransactionNotary>? TransactionNotaries { get; set; } | ||||
|         public DbSet<TransactionOTP>? TransactionOTPs { get; set; } | ||||
|         public DbSet<Transaction>? Transactions { get; set; } | ||||
|         public DbSet<TransactionSelfie>? TransactionSelfies { get; set; } | ||||
|         public DbSet<TransactionSignatory>? TransactionSignatories { get; set; } | ||||
|         public DbSet<TransactionSignatoryDeclineReason>? TransactionSignatoryDeclineReasons { get; set; } | ||||
|         public DbSet<User>? Users { get; set; } | ||||
|         public DbSet<ErrorLog> ErrorLogs { get; set; } | ||||
|         public DbSet<EventLog> EventLogs { get; set; } | ||||
|         public DbSet<IdentificationDocument> IdentificationDocuments { get; set; } | ||||
|         public DbSet<Lawyer> Lawyers { get; set; } | ||||
|         public DbSet<LawyerVideoConferenceParticipant> LawyerVideoConferenceParticipants { get; set; } | ||||
|         public DbSet<LawyerVideoConferenceSchedule> LawyerVideoConferenceSchedules { get; set; } | ||||
|         public DbSet<LookupData> LookupData { get; set; } | ||||
|         public DbSet<LookupDataValue> LookupDataValues { get; set; } | ||||
|         public DbSet<Template> Templates { get; set; } | ||||
|         public DbSet<TransactionDeclineReason> TransactionDeclineReasons { get; set; } | ||||
|         public DbSet<TransactionDocument> TransactionDocuments { get; set; } | ||||
|         public DbSet<TransactionNotary> TransactionNotaries { get; set; } | ||||
|         public DbSet<TransactionOTP> TransactionOTPs { get; set; } | ||||
|         public DbSet<Transaction> Transactions { get; set; } | ||||
|         public DbSet<TransactionSelfie> TransactionSelfies { get; set; } | ||||
|         public DbSet<TransactionSignatory> TransactionSignatories { get; set; } | ||||
|         public DbSet<TransactionSignatoryDeclineReason> TransactionSignatoryDeclineReasons { get; set; } | ||||
|         public DbSet<User> Users { get; set; } | ||||
|     } | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user