generated from karsten.jeppesen/KAJE-Template
Some checks failed
DMA-CSD-CICD/oliver.thy/pipeline/head There was a failure building this commit
14 lines
209 B
C#
14 lines
209 B
C#
using Microsoft.AspNetCore.Mvc;
|
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
|
|
|
namespace RazorAppBoy.Pages
|
|
{
|
|
public class IndexModel : PageModel
|
|
{
|
|
public void OnGet()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|