mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	update BaseEntity readme
This commit is contained in:
		@@ -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
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user