Revert "Add mapping methods to IRepository and DbRepository"
This reverts commit 6916e169b1.
This commit is contained in:
@@ -13,8 +13,4 @@ public interface IRepository<TEntity>
|
||||
public Task UpdateAsync<TUpdate>(TUpdate update, Expression<Func<TEntity, bool>> expression, CancellationToken ct = default);
|
||||
|
||||
public Task DeleteAsync<TDto>(Expression<Func<TEntity, bool>> expression, CancellationToken ct = default);
|
||||
|
||||
public TEntity Map<TSource>(TSource source);
|
||||
|
||||
public TDto Map<TDto>(TEntity source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user