BetterMembership.Dummy.DummyRoleProvider.RoleExists C# (CSharp) 메소드

RoleExists() 공개 메소드

public RoleExists ( string roleName ) : bool
roleName string
리턴 bool
        public override bool RoleExists(string roleName)
        {
            throw new NotImplementedException();
        }
    }