MoviesCategoryRepository.GetAll Method

Template MVC

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_CATEGORY
An IEnumerable of UserProfile

Implements

IGenericRepositoryTEntityGetAll
IGenericRepositoryTEntityGetAll
See Also