C# Class Gablarski.LocalServer.LocalServerUserProvider

Inheritance: IUserProvider
Exibir arquivo Open project: ermau/Gablarski

Public Methods

Method Description
GetUsers ( ) : IEnumerable
UserExists ( string username ) : bool

Method Details

GetUsers() public method

public GetUsers ( ) : IEnumerable
return IEnumerable

UserExists() public method

public UserExists ( string username ) : bool
username string
return bool