C# Class WorldSurveyKit.Controllers.QuestionLookupController

Inheritance: ApiController
Mostra file Open project: ntheile/World-Survey-Kit

Public Methods

Method Description
GetQuestionLookup ( int id ) : HttpResponseMessage

Pass in the question ID, get the file Id that it belongs to

Method Details

GetQuestionLookup() public method

Pass in the question ID, get the file Id that it belongs to
public GetQuestionLookup ( int id ) : HttpResponseMessage
id int
return System.Net.Http.HttpResponseMessage