Initial commit
This commit is contained in:
8
RecNet.Infrastructure/Persistence/DatabaseContext.cs
Normal file
8
RecNet.Infrastructure/Persistence/DatabaseContext.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace RecNet.Infrastructure.Persistence;
|
||||
|
||||
public class DatabaseContext : DbContext
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user