コード例 #1
0
        }//Fin SaveCommandExecute

        private async void DeleteCommandExecute()
        {
            await _sqliteService.Remove_zt_inventarios_conteos(Zt_inventario_conteos);

            _navigationService.NavigateBack();
        }//Fin DeleteCommandExecute