示例#1
0
        public ActionResult Index()
        {
            List <DashboardModel> Listofbranches = DashboardData.LisstOfBranches();

            ViewBag.ListofBranch = Listofbranches;
            return(View());
        }