AutomatedSurvey.Web.Controllers.SurveysController.SurveysController C# (CSharp) Method

SurveysController() public method

public SurveysController ( ) : System.Linq
return System.Linq
        public SurveysController()
            : this(new SurveysRespository(), new AnswersRepository())
        {
        }

Same methods

SurveysController::SurveysController ( IRepository surveysRepository, IRepository answersRepository ) : System.Linq