初始提交
This commit is contained in:
13
Host/ViewComponent/PayWaitViewComponent.cs
Normal file
13
Host/ViewComponent/PayWaitViewComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ViewComponents
|
||||
{
|
||||
public class PayWaitViewComponent : ViewComponent
|
||||
{
|
||||
public async Task<IViewComponentResult> InvokeAsync()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user