18 lines
202 B
C#
18 lines
202 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
|
|
namespace LuminousSales.Data
|
|
{
|
|
public class RoleContext : DbContext
|
|
{
|
|
public RoleContext():base()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|