C# 클래스 LetMeRate.Application.Services.AccountService

상속: IAccountService
파일 보기 프로젝트 열기: cairey/Let-Me-Rate-NancyFX

공개 메소드들

메소드 설명
AccountService ( IAccountKeyGenerator accountKeyGenerator, ISecurityDigest securityDigest ) : System
CreateAccount ( AddUserAccountCommand command ) : dynamic
GetUserAccount ( GetUserAccountQuery query ) : dynamic
GetUserAccountByKey ( GetUserAccountByKeyQuery query ) : dynamic
ValidateAccount ( ValidateAccountCommand command ) : dynamic

메소드 상세

AccountService() 공개 메소드

public AccountService ( IAccountKeyGenerator accountKeyGenerator, ISecurityDigest securityDigest ) : System
accountKeyGenerator IAccountKeyGenerator
securityDigest ISecurityDigest
리턴 System

CreateAccount() 공개 메소드

public CreateAccount ( AddUserAccountCommand command ) : dynamic
command LetMeRate.Application.Commands.AddUserAccountCommand
리턴 dynamic

GetUserAccount() 공개 메소드

public GetUserAccount ( GetUserAccountQuery query ) : dynamic
query LetMeRate.Application.Query.GetUserAccountQuery
리턴 dynamic

GetUserAccountByKey() 공개 메소드

public GetUserAccountByKey ( GetUserAccountByKeyQuery query ) : dynamic
query LetMeRate.Application.Query.GetUserAccountByKeyQuery
리턴 dynamic

ValidateAccount() 공개 메소드

public ValidateAccount ( ValidateAccountCommand command ) : dynamic
command LetMeRate.Application.Commands.ValidateAccountCommand
리턴 dynamic