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

13 lines
234 B
C#
Raw Normal View History

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