C# Класс IsThereAnyNews.DataAccess.Implementation.UserRoleRepository

Наследование: IUserRoleRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
AssignUserRole ( long currentUserId ) : void
GetRolesForUser ( long currentUserId ) : List
GetRolesTypesForUser ( long currentUserId ) : List
UserRoleRepository ( ItanDatabaseContext database ) : System.Collections.Generic

Описание методов

AssignUserRole() публичный Метод

public AssignUserRole ( long currentUserId ) : void
currentUserId long
Результат void

GetRolesForUser() публичный Метод

public GetRolesForUser ( long currentUserId ) : List
currentUserId long
Результат List

GetRolesTypesForUser() публичный Метод

public GetRolesTypesForUser ( long currentUserId ) : List
currentUserId long
Результат List

UserRoleRepository() публичный Метод

public UserRoleRepository ( ItanDatabaseContext database ) : System.Collections.Generic
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
Результат System.Collections.Generic