added new table DocumentMaster

This commit is contained in:
Pramod Mahajan 2025-06-07 10:51:24 +05:30
parent 764205a4b1
commit 6f57e9d2d6

View File

@ -72,6 +72,7 @@ namespace Marco.Pms.DataAccess.Data
public DbSet<MailLog> MailLogs { get; set; }
public DbSet<OTPDetails> OTPDetails { get; set; }
public DbSet<MPINDetails> MPINDetails { get; set; }
public DbSet<DocumentMaster> DocumentMasters { get; set; }