Beispiel #1
0
 /// <summary>
 /// درخت نقشها را برمیگرداند
 /// </summary>
 /// <returns></returns>
 public Role GetRoleTree()
 {
     try
     {
         BRole brole = new BRole();
         return(brole.GetRoleTree());
     }
     catch (Exception ex)
     {
         LogException(ex, "BUser", "GetRoleTree");
         throw ex;
     }
 }