feat: WFDBContext mit Entity-Framework erstellen
This commit is contained in:
9
WorkFlow.Infrastructure/WFDBContext.cs
Normal file
9
WorkFlow.Infrastructure/WFDBContext.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using WorkFlow.Domain.Entities;
|
||||
|
||||
namespace WorkFlow.Infrastructure
|
||||
{
|
||||
public class WFDBContext(DbContextOptions options) : DbContext(options)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user