Exemplo n.º 1
0
        public async Task Store(TreeService treeService)
        {
            System.Diagnostics.Debug.WriteLine("Family {0}", this.family.Id);
            await treeService.Update(this.family).ConfigureAwait(false);

            await treeService.UpdateRelations(this.family.Id, this.spouses, this.children).ConfigureAwait(false);
        }