1
0
mirror of synced 2024-12-19 01:46:09 +01:00
TaikoLocalServer/SharedProject/Models/Requests/GenerateOtpRequest.cs

6 lines
115 B
C#
Raw Normal View History

namespace SharedProject.Models.Requests;
public class GenerateOtpRequest
{
public uint Baid { get; set; }
}