File: Postgres\NpgsqlDbContext.cs | Web Access |
Project: src\tests\testproject\TestProject.IntegrationServiceA\TestProject.IntegrationServiceA.csproj (TestProject.IntegrationServiceA) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.EntityFrameworkCore; public class NpgsqlDbContext(DbContextOptions<NpgsqlDbContext> options) : DbContext(options) { } |