Template Documentation
GenericServiceTModel, TEntityGetAll Method |
Get all the elements of the database, retreives entities from the database and convert them to models
Namespace: Template.Service.Core
Assembly: Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual IEnumerable<TModel> GetAll()
Return Value
Type: IEnumerableTModelThe IEnumerable of models
Implements
IServiceTModelGetAllSee Also