13 lines
359 B
C#
13 lines
359 B
C#
//using Furion.DatabaseAccessor;
|
|
//using Microsoft.EntityFrameworkCore;
|
|
|
|
//namespace Yi.Furion.Rbac.EntityFramework.Core;
|
|
|
|
//[AppDbContext("Yi.Furion.Rbac", DbProvider.Sqlite)]
|
|
//public class DefaultDbContext : AppDbContext<DefaultDbContext>
|
|
//{
|
|
// public DefaultDbContext(DbContextOptions<DefaultDbContext> options) : base(options)
|
|
// {
|
|
// }
|
|
//}
|