We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190e10d commit 24ac975Copy full SHA for 24ac975
application/CohortManager/src/Functions/Shared/DataServices.Database/DataServicesContext.cs
@@ -21,7 +21,7 @@ public class DataServicesContext : DbContext
21
DbSet<GenderMaster> genderMasters { get; set; }
22
DbSet<NemsSubscription> nemsSubscriptions { get; set; }
23
DbSet<ServicenowCases> servicenowCases { get; set; }
24
-
+
25
public DataServicesContext(DbContextOptions<DataServicesContext> options) : base(options)
26
{ }
27
0 commit comments