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

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

공개 메소드들

메소드 설명
ChangePasswordAsync ( string tenant, int userId, ChangePasswordInfo model ) : System.Threading.Tasks.Task
ChangePasswordAsync ( string tenant, int userId, string newPassword, RemoteUser remoteUser ) : System.Threading.Tasks.Task
CreateUserAsync ( string tenant, int userId, UserInfo model ) : System.Threading.Tasks.Task
GetAsync ( string tenant, string email ) : Task

비공개 메소드들

메소드 설명
EncryptPassword ( string password ) : string

메소드 상세

ChangePasswordAsync() 공개 정적인 메소드

public static ChangePasswordAsync ( string tenant, int userId, ChangePasswordInfo model ) : System.Threading.Tasks.Task
tenant string
userId int
model Frapid.Account.ViewModels.ChangePasswordInfo
리턴 System.Threading.Tasks.Task

ChangePasswordAsync() 공개 정적인 메소드

public static ChangePasswordAsync ( string tenant, int userId, string newPassword, RemoteUser remoteUser ) : System.Threading.Tasks.Task
tenant string
userId int
newPassword string
remoteUser Frapid.Areas.RemoteUser
리턴 System.Threading.Tasks.Task

CreateUserAsync() 공개 정적인 메소드

public static CreateUserAsync ( string tenant, int userId, UserInfo model ) : System.Threading.Tasks.Task
tenant string
userId int
model Frapid.Account.ViewModels.UserInfo
리턴 System.Threading.Tasks.Task

GetAsync() 공개 정적인 메소드

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