2022-10-08 19:26:34 +03:00

10 lines
200 B
C#

namespace TelegramBotBaseTest.Tests.Register.Steps;
public class Data
{
public string EMail { get; set; }
public string Firstname { get; set; }
public string Lastname { get; set; }
}