IDbContextMock<(Of <(<'TEntity>)>)> Interface
Interface IDbContextMock
Implements the IDbContextMock
Namespace:
FastMoq.ModelsAssembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
public interface IDbContextMock<TEntity> : IDbContextMock where TEntity : DbContext
Public Interface IDbContextMock(Of TEntity As DbContext) _ Inherits IDbContextMock
generic<typename TEntity> where TEntity : DbContext public interface class IDbContextMock : IDbContextMock
Type Parameters
- TEntity
- The type of the t entity.