Method | Description | |
---|---|---|
QuestionController ( IQuestionStore questionStore, ISurveyStore surveyStore, IAuthorizationService authorizationService ) : System.Net |
Method | Description | |
---|---|---|
Create ( int id, [ questionDto ) : Task |
||
Delete ( int id ) : Task |
||
Get ( int id ) : Task |
||
Update ( int id, [ questionDto ) : Task |
public QuestionController ( IQuestionStore questionStore, ISurveyStore surveyStore, IAuthorizationService authorizationService ) : System.Net | ||
questionStore | IQuestionStore | |
surveyStore | ISurveyStore | |
authorizationService | IAuthorizationService | |
return | System.Net |