- moving TelegramBaseTest to TelegramBotBaseTest

This commit is contained in:
FlorianDahn
2019-09-29 00:47:18 +02:00
parent b0e6a8b981
commit 48c62e57f8
26 changed files with 14 additions and 92 deletions
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TelegramBaseTest.Tests.Register.Steps
{
public class Data
{
public String EMail { get; set; }
public String Firstname { get; set; }
public String Lastname { get; set; }
}
}