Add project files.
This commit is contained in:
12
whypair/Pages/Shared/_Landing.cshtml.cs
Normal file
12
whypair/Pages/Shared/_Landing.cshtml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace whypair.Pages.Shared
|
||||
{
|
||||
public class _LandingModel : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user