PIbd-23_Starostin_I.K._Ship.../ShipyardClientApp/Views/Home/Enter.cshtml.cs

13 lines
231 B
C#

using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace ShipyardClientApp.Views.Home
{
public class EnterModel : PageModel
{
public void OnGet()
{
}
}
}