update 项目管理接口
This commit is contained in:
@@ -7,17 +7,13 @@ namespace Ewide.Web.Entry.Controllers
|
||||
[AllowAnonymous]
|
||||
public class HomeController : Controller
|
||||
{
|
||||
private readonly ITestService _testService;
|
||||
|
||||
public HomeController(ITestService testService)
|
||||
public HomeController()
|
||||
{
|
||||
_testService = testService;
|
||||
|
||||
}
|
||||
|
||||
public IActionResult Index()
|
||||
{
|
||||
ViewBag.Description = _testService.GetDescription();
|
||||
|
||||
return View();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user