feat:furion rbac搭建
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Yi.Framework.Infrastructure.Uow
|
||||
{
|
||||
internal class DefaultUnitOfWorkManager : IUnitOfWorkManager
|
||||
{
|
||||
public IUnitOfWork CreateContext(bool isTran = true)
|
||||
{
|
||||
return new DefaultUnitOfWork();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user