mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	@@ -12,6 +12,7 @@ namespace FreeSql
 | 
			
		||||
        /// <typeparam name="TEntity"></typeparam>
 | 
			
		||||
        /// <returns></returns>
 | 
			
		||||
        IBaseRepository<TEntity> GetRepository<TEntity>() where TEntity : class;
 | 
			
		||||
        IBaseRepository<TEntity, TKey> GetRepository<TEntity, TKey>() where TEntity : class;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    class RepositoryUnitOfWork : UnitOfWork, IRepositoryUnitOfWork
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user