Esempio n. 1
0
        public async Task ClearTokenAsync(Device device)
        {
            await _deviceRepository.ClearPushTokenAsync(device.Id);

            await _pushRegistrationService.DeleteRegistrationAsync(device.Id.ToString());
        }