mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-12 13:04:33 +01:00
7 lines
126 B
C#
7 lines
126 B
C#
namespace KianaBH.Data.Models.Sdk;
|
|
public class GetDeviceFingerprintRequest
|
|
{
|
|
public string? DeviceFp { get; set; }
|
|
}
|
|
|