C# Class LearnLanguages.Common.EventMessages.AuthenticationChangedEventMessage

Show file Open project: ibgib/LearnLanguages

Public Methods

Method Description
IsInRole ( string role ) : bool
Publish ( ) : void

Method Details

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

Publish() public static method

public static Publish ( ) : void
return void