Ejemplo n.º 1
0
        public ActionResult RepresentativeQuestions(int repId)
        {
            var service = new QuestionsService();
            var model   = service.GetQuestionMessagesForRepresentative(repId);

            return(PartialView("QuestionMessage/_representativeQuestions", model));
        }