C# 클래스 MemExchange.Server.Clients.ClientRepository

상속: IClientRepository
파일 보기 프로젝트 열기: ThomasVestergaard/MemExchange

공개 메소드들

메소드 설명
ClientRepository ( ) : System.Collections.Generic
GetOrAddClientFromId ( int clientId ) : IClient

메소드 상세

ClientRepository() 공개 메소드

public ClientRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetOrAddClientFromId() 공개 메소드

public GetOrAddClientFromId ( int clientId ) : IClient
clientId int
리턴 IClient