|
|
|
|
@ -13,9 +13,9 @@ namespace GBase.Client |
|
|
|
|
{ |
|
|
|
|
public GBaseClient(IGBaseClientSettings settings) |
|
|
|
|
{ |
|
|
|
|
GBase = new GBaseService(settings.ServerProtocolGBaseEndpointAddress); |
|
|
|
|
GBaseTable = new GBaseTableService(settings.ServerProtocolGBaseTableEndpointAddress); |
|
|
|
|
GBaseEntry = new GBaseEntryService(settings.ServerProtocolGBaseEntryEndpointAddress); |
|
|
|
|
GBase = new GBaseService(settings.Protocol, settings.ServerProtocolGBaseEndpointAddress); |
|
|
|
|
GBaseTable = new GBaseTableService(settings.Protocol, settings.ServerProtocolGBaseTableEndpointAddress); |
|
|
|
|
GBaseEntry = new GBaseEntryService(settings.Protocol, settings.ServerProtocolGBaseEntryEndpointAddress); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|