parent
ef66c15aad
commit
6589b90e70
@ -0,0 +1,13 @@ |
||||
using Microsoft.AspNetCore.Mvc; |
||||
using Microsoft.AspNetCore.Mvc.RazorPages; |
||||
using System.Timers; |
||||
|
||||
namespace AspNetCoreMVC.Views.Home |
||||
{ |
||||
public class TestModel : PageModel |
||||
{ |
||||
public void OnGet() |
||||
{ |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue