C# Class ReviewR.Web.Api.SessionsController

Inheritance: ReviewRApiController
Afficher le fichier Open project: anurse/ReviewR Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void
SessionsController ( AuthenticationService auth ) : System

Méthodes protégées

Méthode Description
SessionsController ( ) : System

Private Methods

Méthode Description
Post ( string id, string token ) : Task

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

SessionsController() protected méthode

protected SessionsController ( ) : System
Résultat System

SessionsController() public méthode

public SessionsController ( AuthenticationService auth ) : System
auth ReviewR.Web.Services.AuthenticationService
Résultat System