8 lines
136 B
C#
8 lines
136 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace RecNet.Infrastructure.Persistence;
|
|
|
|
public class DatabaseContext : DbContext
|
|
{
|
|
|
|
} |