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)
Syntax
C#
IEnumerable<TEntity> GetAll()
Return Value
Type: IEnumerableTEntityreturns an IEnumerable with all the results
See Also