C# 클래스 hMailServer.Repository.MySQL.AccountRepository

상속: IAccountRepository
파일 보기 프로젝트 열기: hmailserver/hmailserver-net

공개 메소드들

메소드 설명
AccountRepository ( string connectionString ) : System.Linq
GetByIdAsync ( long id ) : Task
GetByNameAsync ( string address ) : Task
ValidatePasswordAsync ( string username, string password ) : Task

메소드 상세

AccountRepository() 공개 메소드

public AccountRepository ( string connectionString ) : System.Linq
connectionString string
리턴 System.Linq

GetByIdAsync() 공개 메소드

public GetByIdAsync ( long id ) : Task
id long
리턴 Task

GetByNameAsync() 공개 메소드

public GetByNameAsync ( string address ) : Task
address string
리턴 Task

ValidatePasswordAsync() 공개 메소드

public ValidatePasswordAsync ( string username, string password ) : Task
username string
password string
리턴 Task