Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddRequestAsync ( |
||
GetRequestForSurveyAsync ( int surveyId ) : Task |
||
GetRequestsForUserAsync ( string emailAddress ) : Task |
||
RemoveRequestAsync ( |
||
SqlServerContributorRequestStore ( |
public AddRequestAsync ( |
||
contributorRequest | ||
return | System.Threading.Tasks.Task |
public GetRequestForSurveyAsync ( int surveyId ) : Task |
||
surveyId | int | |
return | Task |
public GetRequestsForUserAsync ( string emailAddress ) : Task |
||
emailAddress | string | |
return | Task |
public RemoveRequestAsync ( |
||
contributorRequest | ||
return | System.Threading.Tasks.Task |
public SqlServerContributorRequestStore ( |
||
dbContext | ||
return | System |