Esempio n. 1
0
 public ActionResult GetRights()
 {
     RightBll rightBll = new RightBll();
     return Content(JsonConvert.SerializeObject( rightBll.GetAllRights()));
 }