8 lines
117 B
C#
8 lines
117 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace Renis.Database;
|
|
|
|
public class ApplicationContext : DbContext
|
|
{
|
|
|
|
} |