Esempio n. 1
0
 public override string[] GetRolesForUser(string username)
 {
     try
     {
         return(SystemUserWrapper.GetRolesForUser(username));
     }
     catch (Exception exception)
     {
         throw NhibernateMembershipProviderExceptionUtil.NewProviderException(this, NHibernateProviderSR.Role_UnableToGetRolesForUser, exception);
     }
 }