feat:基于furion搭建
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//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)
|
||||
// {
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user