C# 클래스 Frapid.Account.DAL.Registrations

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
ConfirmRegistrationAsync ( string tenant, System.Guid token ) : Task
EmailExistsAsync ( string tenant, string email ) : Task
GetAsync ( string tenant, System.Guid token ) : Task
HasAccountAsync ( string tenant, string email ) : Task
RegisterAsync ( string tenant, Registration registration ) : Task

메소드 상세

ConfirmRegistrationAsync() 공개 정적인 메소드

public static ConfirmRegistrationAsync ( string tenant, System.Guid token ) : Task
tenant string
token System.Guid
리턴 Task

EmailExistsAsync() 공개 정적인 메소드

public static EmailExistsAsync ( string tenant, string email ) : Task
tenant string
email string
리턴 Task

GetAsync() 공개 정적인 메소드

public static GetAsync ( string tenant, System.Guid token ) : Task
tenant string
token System.Guid
리턴 Task

HasAccountAsync() 공개 정적인 메소드

public static HasAccountAsync ( string tenant, string email ) : Task
tenant string
email string
리턴 Task

RegisterAsync() 공개 정적인 메소드

public static RegisterAsync ( string tenant, Registration registration ) : Task
tenant string
registration Registration
리턴 Task