Generic repository interface used to access the DAL layer.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public interface IGenericRepository : IRepositoryExtender, 
	IRepository
Visual Basic
Public Interface IGenericRepository
	Inherits IRepositoryExtender, IRepository
Visual C++
public interface class IGenericRepository : IRepositoryExtender, 
	IRepository
F#
type IGenericRepository =  
    interface
        interface IRepositoryExtender
        interface IRepository
    end

See Also