13 lines
228 B
C#
13 lines
228 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; }
|
|
|
|
}
|
|
}
|