C# 클래스 Api.Controllers.AuthController
파일 보기
프로젝트 열기: os2indberetning/os2_app_webapi
Private Properties
공개 메소드들
메소드 |
설명 |
|
AuthController ( IGenericRepository rateRepo, IGenericRepository authRepo ) : System |
|
|
Post ( AuthRequestViewModel obj ) : IHttpActionResult |
|
|
비공개 메소드들
메소드 |
설명 |
|
GetHash ( string salt, string password ) : string |
|
|
메소드 상세
public AuthController ( IGenericRepository rateRepo, IGenericRepository authRepo ) : System |
rateRepo |
IGenericRepository |
|
authRepo |
IGenericRepository |
|
리턴 |
System |
|
public Post ( AuthRequestViewModel obj ) : IHttpActionResult |
obj |
Api.Models.AuthRequestViewModel |
|
리턴 |
IHttpActionResult |
|