MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / ProfileDbContext

Class ProfileDbContext

ProfileService/Data/ProfileDbContext.cs:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace ProfileService.Data;
5
6public class ProfileDbContext(DbContextOptions options) : DbContext(options)
7{
8 public DbSet<UserProfile> UserProfiles { get; set; }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…