C# Class MemExchange.Server.Clients.ClientRepository

Inheritance: IClientRepository
ファイルを表示 Open project: ThomasVestergaard/MemExchange

Public Methods

Method Description
ClientRepository ( ) : System.Collections.Generic
GetOrAddClientFromId ( int clientId ) : IClient

Method Details

ClientRepository() public method

public ClientRepository ( ) : System.Collections.Generic
return System.Collections.Generic

GetOrAddClientFromId() public method

public GetOrAddClientFromId ( int clientId ) : IClient
clientId int
return IClient