Interface IBaseRepository
- Namespace
- JobFlow.Core.Infrastructure.Repository
- Assembly
- JobFlow.Core.dll
public interface IBaseRepository
- Extension Methods
Methods
SaveChanges()
Save changes in the _repository.
int SaveChanges()
Returns
- int
In some case, this will save changes across the entity storage, even when called from a _repository for a specific entity, and not just in this set (for Entity Framework, for example).
SaveChangesAsync()
Save changes in the _repository.
Task<int> SaveChangesAsync()