mirror of https://github.com/abpframework/abp
parent
90dc7fe28a
commit
d75c98dcb8
@ -1,6 +0,0 @@
|
||||
@page
|
||||
@model VoloDocs.Pages.ConfigureModel
|
||||
@{
|
||||
}
|
||||
|
||||
CONFIGURE
|
@ -1,16 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace VoloDocs.Pages
|
||||
{
|
||||
public class ConfigureModel : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue