Table of Contents

Interface IRepository

Namespace
JobFlow.Core.Infrastructure.Repository
Assembly
JobFlow.Core.dll
public interface IRepository : IBaseRepository
Inherited Members
Extension Methods

Methods

BeginTransaction()

IRepositoryTransaction BeginTransaction()

Returns

IRepositoryTransaction

Of<T>()

Get IRepositoryOf<T> of a particular entity.

IRepositoryOf<T> Of<T>() where T : class

Returns

IRepositoryOf<T>

Type Parameters

T