C# Class ReviewR.Web.Api.SessionsController

Inheritance: ReviewRApiController
Mostrar archivo Open project: anurse/ReviewR Class Usage Examples

Public Methods

Method Description
Delete ( ) : void
SessionsController ( AuthenticationService auth ) : System

Protected Methods

Method Description
SessionsController ( ) : System

Private Methods

Method Description
Post ( string id, string token ) : Task

Method Details

Delete() public method

public Delete ( ) : void
return void

SessionsController() protected method

protected SessionsController ( ) : System
return System

SessionsController() public method

public SessionsController ( AuthenticationService auth ) : System
auth ReviewR.Web.Services.AuthenticationService
return System