Ejemplo n.º 1
0
        public ActionResult Index(string parentId)
        {
            IList <NotifyType> msgType = _notifyTypeDao.GetAll();

            return(View(msgType));
        }