C# Class IsThereAnyNews.DataAccess.Implementation.UserRoleRepository

Inheritance: IUserRoleRepository
Afficher le fichier Open project: jstadnicki/isthereanynews

Méthodes publiques

Méthode Description
AssignUserRole ( long currentUserId ) : void
GetRolesForUser ( long currentUserId ) : List
GetRolesTypesForUser ( long currentUserId ) : List
UserRoleRepository ( ItanDatabaseContext database ) : System.Collections.Generic

Method Details

AssignUserRole() public méthode

public AssignUserRole ( long currentUserId ) : void
currentUserId long
Résultat void

GetRolesForUser() public méthode

public GetRolesForUser ( long currentUserId ) : List
currentUserId long
Résultat List

GetRolesTypesForUser() public méthode

public GetRolesTypesForUser ( long currentUserId ) : List
currentUserId long
Résultat List

UserRoleRepository() public méthode

public UserRoleRepository ( ItanDatabaseContext database ) : System.Collections.Generic
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
Résultat System.Collections.Generic