Beispiel #1
0
 public IList <Role> GetRoleChilds(decimal roleId)
 {
     try
     {
         BRole brole = new BRole();
         return(brole.GetRoleChilds(roleId));
     }
     catch (Exception ex)
     {
         LogException(ex, "BUser", "GetRoleChilds");
         throw ex;
     }
 }