Beispiel #1
0
 public void Commit()
 {
     foreach (var type in _types)
     {
         var description = TypeDescriptionsCache.GetDescription(type);
         _client.RegisterType(type, description);
     }
     _client.ExecuteTransaction(_itemsToPut, _conditions, _itemsToDelete);
 }