mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
@ -22,8 +22,8 @@ partial class FreeSqlDbContextExtensions
|
||||
/// </summary>
|
||||
/// <param name="that"></param>
|
||||
/// <returns></returns>
|
||||
public static IUnitOfWork CreateUnitOfWork(this IFreeSql that)
|
||||
public static IRepositoryUnitOfWork CreateUnitOfWork(this IFreeSql that)
|
||||
{
|
||||
return new UnitOfWork(that);
|
||||
return new RepositoryUnitOfWork(that);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user