refactor:将AddBathAsync改为AddAsync
This commit is contained in:
@@ -151,7 +151,7 @@ public abstract class BaseRepository<TEntity>
|
||||
|
||||
|
||||
|
||||
public async Task<List<TEntity>> AddBatchAsync(List<TEntity> entities)
|
||||
public async Task<List<TEntity>> AddAsync(List<TEntity> entities)
|
||||
{
|
||||
var stopwatch = new Stopwatch();
|
||||
stopwatch.Start();
|
||||
|
||||
Reference in New Issue
Block a user