C# 클래스 FrannHammer.AccountRegistrationTool.ServiceHandler

파일 보기 프로젝트 열기: Frannsoft/FrannHammer

공개 메소드들

메소드 설명
LoginAs ( string username, string password ) : bool
RegisterNewUser ( RegisterUserModel model ) : void
ServiceHandler ( string serviceUri ) : System

비공개 메소드들

메소드 설명
AssignRoles ( string userId, Roles roles ) : void
CreateUser ( RegisterUserModel model ) : HttpResponseMessage

메소드 상세

LoginAs() 공개 메소드

public LoginAs ( string username, string password ) : bool
username string
password string
리턴 bool

RegisterNewUser() 공개 메소드

public RegisterNewUser ( RegisterUserModel model ) : void
model FrannHammer.AccountRegistrationTool.Models.RegisterUserModel
리턴 void

ServiceHandler() 공개 메소드

public ServiceHandler ( string serviceUri ) : System
serviceUri string
리턴 System