Beispiel #1
0
        public ActionResult GetAllRoles()
        {
            ImageIndexBLL imageIndexBLL = new ImageIndexBLL();
            var           roles         = imageIndexBLL.GetAllRoles();

            return(Json(roles, JsonRequestBehavior.AllowGet));
        }
 public HomeController()
 {
     _imageIndexBLL = new ImageIndexBLL();
 }