Esempio n. 1
0
        // GET: Principle
        public ActionResult Index()
        {
            var data = principleServices.GetAll();

            return(View(data));
        }