C# 클래스 IsThereAnyNews.DataAccess.Implementation.UserRoleRepository

상속: IUserRoleRepository
파일 보기 프로젝트 열기: jstadnicki/isthereanynews

공개 메소드들

메소드 설명
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