mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
8 lines
156 B
C#
8 lines
156 B
C#
namespace Yi.Framework.Infrastructure.Uow
|
|
{
|
|
public interface IUnitOfWorkManager
|
|
{
|
|
IUnitOfWork CreateContext(bool isTran = true);
|
|
}
|
|
|
|
} |