added new table DocumentMaster
This commit is contained in:
parent
764205a4b1
commit
6f57e9d2d6
@ -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; }
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user