hanyadikhetvan-dotnethf/HanyadikHetVan/Areas/Identity/Pages/Account/AccessDenied.cshtml.cs

18 lines
311 B
C#
Raw Normal View History

2021-05-19 17:56:56 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace HanyadikHetVan.Areas.Identity.Pages.Account
{
public class AccessDeniedModel : PageModel
{
public void OnGet()
{
}
}
}