mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52:50 +08:00
update BaseEntity readme
This commit is contained in:
parent
2f838e6f59
commit
903a6adaa6
@ -114,7 +114,7 @@ using (var uow = fsql.CreateUnitOfWork())
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//todo ...
|
//todo ... BaseEntity 内部 curd 方法保持使用 uow 事务
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
@ -114,7 +114,7 @@ using (var uow = fsql.CreateUnitOfWork())
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//todo ...
|
//todo ... BaseEntity 内部 curd 方法保持使用 uow 事务
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user