pramod_Task#474 #88

Open
pramod.mahajan wants to merge 7 commits from pramod_Task#474 into Issue_Jun_1W_2
Showing only changes of commit 6f57e9d2d6 - Show all commits

View File

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