10 lines
200 B
C#
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; }
|
|
} |