dotnet DB context register

72

dotnet DB context register -

services.AddDbContext<AppDbContext>(opt => opt.UseInMemoryDatabase("PantryInMemoryDb"));Code language: C# (cs)

Comments

Submit
0 Comments