@using CRM.Core.Model.Entity @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; }
    @{ foreach (var item in ViewBag.roles as List) {
  • @item.RNAME
  • } }