Example #1
0
        // GET: FirmController


        public ActionResult Index()
        {
            return(View(firmData.GetAll()));
        }
 // GET: QuestionAnswerController
 public ActionResult Index()
 {
     return(View(questionAnswerData.GetAll()));
 }