Beispiel #1
0
 Task <UpdateItemResponse> IDynamodbDependencyProvider.DynamodbUpdateItemAsync(Dictionary <string, AttributeValue> key, string updateExpression, IDictionary <string, AttributeValue> expressionAttributeValues) => _jukeboxDynamoDb.UpdateItemAsync(key, updateExpression, expressionAttributeValues);