1
0
mirror of synced 2025-02-05 06:05:38 +01:00

6 lines
115 B
C#
Raw Normal View History

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