mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 15:44:25 +08:00
7 lines
142 B
C#
7 lines
142 B
C#
namespace LanMountainDesktop.Shared.Contracts.Privacy;
|
|
|
|
public interface IPrivacyDeviceIdentityProvider
|
|
{
|
|
string GetOrCreateDeviceId();
|
|
}
|