C# 클래스 mobSocial.Services.Users.UserRegistrationService

상속: IUserRegistrationService
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
Register ( User user, PasswordFormat passwordFormat ) : UserRegistrationStatus
Register ( string email, string password, PasswordFormat passwordFormat ) : UserRegistrationStatus
UserRegistrationService ( IUserService userService, ICryptographyService cryptographyService ) : System

메소드 상세

Register() 공개 메소드

public Register ( User user, PasswordFormat passwordFormat ) : UserRegistrationStatus
user User
passwordFormat PasswordFormat
리턴 UserRegistrationStatus

Register() 공개 메소드

public Register ( string email, string password, PasswordFormat passwordFormat ) : UserRegistrationStatus
email string
password string
passwordFormat PasswordFormat
리턴 UserRegistrationStatus

UserRegistrationService() 공개 메소드

public UserRegistrationService ( IUserService userService, ICryptographyService cryptographyService ) : System
userService IUserService
cryptographyService ICryptographyService
리턴 System