IGenericRepository(TEntity).GetAll Method
From Template MVC
Template Documentation
IGenericRepositoryTEntityGetAll Method |
Get all the results of the IEntity
Namespace: Template.Core.Interface
Assembly: Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
C#
IEnumerable<TEntity> GetAll()
Return Value
Type: IEnumerableTEntityreturns an IEnumerable with all the results