C# 클래스 PRTools.Domain.Services.AuthorizationService

상속: IAuthorizationService
파일 보기 프로젝트 열기: AcklenAvenue/PRTools

공개 메소드들

메소드 설명
AuthorizationService ( IAccountRepository accountRepository ) : System
CanExecute ( string username, Type type ) : bool
CanExecute ( string username, string commandName ) : bool

메소드 상세

AuthorizationService() 공개 메소드

public AuthorizationService ( IAccountRepository accountRepository ) : System
accountRepository IAccountRepository
리턴 System

CanExecute() 공개 메소드

public CanExecute ( string username, Type type ) : bool
username string
type System.Type
리턴 bool

CanExecute() 공개 메소드

public CanExecute ( string username, string commandName ) : bool
username string
commandName string
리턴 bool