10 lines
204 B
C#
10 lines
204 B
C#
namespace TelegramBotBase.Example.Tests.Register.Steps;
|
|
|
|
public class Data
|
|
{
|
|
public string EMail { get; set; }
|
|
|
|
public string Firstname { get; set; }
|
|
|
|
public string Lastname { get; set; }
|
|
} |