AutomatedSurvey.Web.Domain.Response.Response C# (CSharp) Метод

Response() публичный Метод

public Response ( Question question ) : System.Collections.Generic
question AutomatedSurvey.Web.Models.Question
Результат System.Collections.Generic
        public Response(Question question)
        {
            _question = question;
        }