8 lines
156 B
C#
8 lines
156 B
C#
namespace Yi.Framework.Infrastructure.Uow
|
|
{
|
|
public interface IUnitOfWorkManager
|
|
{
|
|
IUnitOfWork CreateContext(bool isTran = true);
|
|
}
|
|
|
|
} |