Template Documentation
MoviesCategoryRepositoryGetAll Method |
Retrives all the UserProfiles entities with their roles
Namespace: Template.Repository.Class
Assembly: Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override IEnumerable<MOVIE_CATEGORY> GetAll()
Return Value
Type: IEnumerableMOVIE_CATEGORYAn IEnumerable of UserProfile
Implements
IGenericRepositoryTEntityGetAllIGenericRepositoryTEntityGetAll
See Also