Method | Description | |
---|---|---|
SurveyController ( ISurveyStore surveyStore, IContributorRequestStore contributorRequestStore, IAuthorizationService authorizationService ) : System.Linq |
Method | Description | |
---|---|---|
AddContributorRequest ( [ item ) : Task |
||
Create ( [ item ) : Task |
||
Delete ( int id ) : Task |
||
Get ( int id ) : Task |
||
GetPublishedSurveys ( ) : Task |
||
GetSurveyContributors ( int id ) : Task |
||
GetSurveysForTenant ( int tenantId ) : Task |
||
GetSurveysForUser ( int userId ) : Task |
||
ProcessPendingContributorRequests ( ) : Task |
||
Publish ( int id ) : Task |
||
UnPublish ( int id ) : Task |
||
Update ( int id, [ item ) : Task |
public SurveyController ( ISurveyStore surveyStore, IContributorRequestStore contributorRequestStore, IAuthorizationService authorizationService ) : System.Linq | ||
surveyStore | ISurveyStore | |
contributorRequestStore | IContributorRequestStore | |
authorizationService | IAuthorizationService | |
return | System.Linq |