This commit is contained in:
2020-07-09 21:58:28 +00:00
parent 64fa92cffc
commit 3e3379cd7c
4 changed files with 83 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ namespace AyaNova.Models
public virtual DbSet<NotifySubscription> NotifySubscription { get; set; }
public virtual DbSet<NotifyEvent> NotifyEvent { get; set; }
public virtual DbSet<Notification> Notification { get; set; }
public virtual DbSet<Part> Part { get; set; }
public virtual DbSet<PM> PM { get; set; }