whole project pushed

This commit is contained in:
2025-08-23 16:13:20 +03:30
parent 1cbde63229
commit 76a1e32e34
36 changed files with 1798 additions and 315 deletions

View File

@ -59,5 +59,16 @@ namespace boilerplate.Areas.HelpPage.Controllers
return View(ErrorViewName);
}
public class UserController : Controller
{
// ???? ?????? ??? ?? ??? ?????? ...
// ??? ??? ?? ????? ????
public ActionResult AllNews()
{
return View();
}
}
}
}