コード例 #1
0
        // Method to Insert a Student in the database.
        public ActionResult Student_Create()
        {
            List <Branch> data = branchrepo.Branch_Read();

            ViewBag.data = data;
            return(View());
        }