后台数据表建立
This commit is contained in:
16
20220330_Vote/Ewide.Web.Entry/Controllers/VoteController.cs
Normal file
16
20220330_Vote/Ewide.Web.Entry/Controllers/VoteController.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ewide.Web.Entry.Controllers
|
||||
{
|
||||
public class VoteController : Controller
|
||||
{
|
||||
public IActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user