Exemplo n.º 1
0
 public override bool RoleExists(string roleName)
 {
     try
     {
         return(SystemRoleWrapper.RoleExists(roleName));
     }
     catch (Exception exception)
     {
         throw NhibernateMembershipProviderExceptionUtil.NewProviderException(this, NHibernateProviderSR.Role_UnableToCheckIfExists, exception);
     }
 }