Property | Type | Description | |
---|---|---|---|
GetClientByClientInfo | |||
InitClient |
Method | Description | |
---|---|---|
AddClient ( IClientInfo clientInfo ) : void | ||
EditClient ( System.Guid id, IClientInfo clientInfo ) : void | ||
RemoveClient ( |
||
RemoveClient ( IClientInfo clientInfo ) : void |
Method | Description | |
---|---|---|
GetClientByClientInfo ( IClientInfo clientInfo ) : |
||
InitClient ( IClientInfo clientInfo ) : |
public AddClient ( IClientInfo clientInfo ) : void | ||
clientInfo | IClientInfo | |
return | void |
public EditClient ( System.Guid id, IClientInfo clientInfo ) : void | ||
id | System.Guid | |
clientInfo | IClientInfo | |
return | void |
public RemoveClient ( |
||
client | ||
return | void |
public RemoveClient ( IClientInfo clientInfo ) : void | ||
clientInfo | IClientInfo | |
return | void |