Пример #1
0
 public int CopyRole(string roleName, string roleDescription, string oldRoleName, string strDomain, string strParentId)
 {
     try
     {
         return(roleDAO.CopyRole(roleName, roleDescription, oldRoleName, strDomain, strParentId));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }