Exemple #1
0
        public async Task <Document> UpsertItemAsync(EurovisionSong song)
        {
            var collectionLink = UriFactory.CreateDocumentCollectionUri(DatabaseId, CollectionId);

            return(await client.UpsertDocumentAsync(collectionLink, song));
        }