2 instantiations of Entry
TestProject.IntegrationServiceA (2)
Cosmos\EFCoreCosmosExtensions.cs (2)
16dbContext.AddRange([new Entry(), new Entry()]);
1 reference to Entry
TestProject.IntegrationServiceA (1)
Cosmos\EFCoreCosmosDbContext.cs (1)
8public DbSet<Entry> Entries { get; set; }