Add project files.
This commit is contained in:
9
DXApp.TemplateKitProject/Data/AppDbContext.cs
Normal file
9
DXApp.TemplateKitProject/Data/AppDbContext.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using DXApp.TemplateKitProject.Models;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace DXApp.TemplateKitProject.Data;
|
||||
|
||||
public class AppDbContext(DbContextOptions<AppDbContext> options) : DbContext(options)
|
||||
{
|
||||
public DbSet<ZugferdInvoice> ZugferdInvoices { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user