Exemple #1
0
        // GET: Group
        public ActionResult Index()
        {
            GroupBll     bll  = new GroupBll();
            List <Group> list = bll.GetAll().ToList();

            return(View(list));
        }