C# Class Tailspin.Surveys.WebAPI.Controllers.QuestionController

Inheritance: Microsoft.AspNet.Mvc.Controller
Afficher le fichier Open project: Azure-Samples/guidance-identity-management-for-multitenant-apps

Méthodes publiques

Méthode Description
QuestionController ( IQuestionStore questionStore, ISurveyStore surveyStore, IAuthorizationService authorizationService ) : System.Net

Private Methods

Méthode Description
Create ( int id, [ questionDto ) : Task
Delete ( int id ) : Task
Get ( int id ) : Task
Update ( int id, [ questionDto ) : Task

Method Details

QuestionController() public méthode

public QuestionController ( IQuestionStore questionStore, ISurveyStore surveyStore, IAuthorizationService authorizationService ) : System.Net
questionStore IQuestionStore
surveyStore ISurveyStore
authorizationService IAuthorizationService
Résultat System.Net