Project plan, URS, webapp start

This commit is contained in:
Dimitar Byalkov
2023-03-05 21:56:11 +01:00
parent 07ee1ee601
commit 3874cc0ad0
94 changed files with 75301 additions and 90 deletions

View File

@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace WebApplication1.Pages
{
public class ContactModel : PageModel
{
public void OnGet()
{
}
}
}