vault backup: 2024-11-21 12:12:45

This commit is contained in:
2024-11-21 12:12:45 +03:30
parent aca5f79103
commit 11c541fe65
206 changed files with 111329 additions and 12 deletions
@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
namespace Views.Controllers
{
public class MicroController : Controller
{
public IActionResult Index()
{
return View();
}
}
}