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