AutomatedSurvey.Web.Domain.Response.Response C# (CSharp) Method

Response() public method

public Response ( Question question ) : System.Collections.Generic
question AutomatedSurvey.Web.Models.Question
return System.Collections.Generic
        public Response(Question question)
        {
            _question = question;
        }