Esempio n. 1
0
 public ActionResult GetAllRole()
 {
     return(Json(business.GetAllRole(new RoleFilter()).Where(m => m.IsEnabled == true)));
 }