This commit is contained in:
2022-03-04 22:44:44 +00:00
parent 27888e18f7
commit 4023635414
10 changed files with 206 additions and 119 deletions

View File

@@ -127,6 +127,8 @@ namespace AyaNova.Models
public virtual DbSet<ViewPartInventoryRequestList> ViewPartInventoryRequestList { get; set; }
public virtual DbSet<ViewScheduleWorkOrder> ViewScheduleWorkOrder { get; set; }
public virtual DbSet<CustomerNotifySubscription> CustomerNotifySubscription { get; set; }
//Note: had to add this constructor to work with the code in startup.cs that gets the connection string from the appsettings.json file