public VecsStoreSession (VecsClient client, string storeName, string storePass)
 {
     Client = client;
     _storeName = storeName;
     _storePass = storePass;
 }
Beispiel #2
0
 public VecsStoreSession(VecsClient client, string storeName, string storePass)
 {
     Client     = client;
     _storeName = storeName;
     _storePass = storePass;
 }