Exemplo n.º 1
0
 public uSyncAction ImportItem(uSyncAction item)
 => uSyncService.ImportSingleAction(item);
Exemplo n.º 2
0
        // we only match duplicate actions by key.

        /// <summary>
        /// Do the uSyncActions match by key (e.g are they the same item)
        /// </summary>
        protected override bool DoActionsMatch(uSyncAction a, uSyncAction b)
        => a.key == b.key;