Template Documentation
GenericRepositoryTEntityGetAll Method |
Get all the results of the IEntity
Namespace: Template.Repository.Core
Assembly: Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual IEnumerable<TEntity> GetAll()
Return Value
Type: IEnumerableTEntityreturns an IEnumerable with all the results
Implements
IGenericRepositoryTEntityGetAllSee Also