C# 클래스 Api.Controllers.AuthController

상속: Api.Controllers.ApiController
파일 보기 프로젝트 열기: os2indberetning/os2_app_webapi

Private Properties

프로퍼티 타입 설명
GetHash string

공개 메소드들

메소드 설명
AuthController ( IGenericRepository rateRepo, IGenericRepository authRepo ) : System
Post ( AuthRequestViewModel obj ) : IHttpActionResult

비공개 메소드들

메소드 설명
GetHash ( string salt, string password ) : string

메소드 상세

AuthController() 공개 메소드

public AuthController ( IGenericRepository rateRepo, IGenericRepository authRepo ) : System
rateRepo IGenericRepository
authRepo IGenericRepository
리턴 System

Post() 공개 메소드

public Post ( AuthRequestViewModel obj ) : IHttpActionResult
obj Api.Models.AuthRequestViewModel
리턴 IHttpActionResult