Добавьте файлы проекта.

This commit is contained in:
Daria
2021-10-19 06:04:52 +03:00
parent 6ee25d0f59
commit eab3081ec2
187 changed files with 100839 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System.Web.Mvc;
namespace SvetoforVKBot.Controllers
{
public class HomeController : Controller
{
public string Index()
{
return "Ok :)";
}
}
}