MEF++
This commit is contained in:
parent
e5fa31c9cb
commit
b8446682e6
6 changed files with 55 additions and 27 deletions
|
|
@ -7,7 +7,6 @@ using Microsoft.EntityFrameworkCore;
|
|||
using Microsoft.AspNetCore.Diagnostics;
|
||||
using Microsoft.Extensions.Options;
|
||||
using Yavsc.Server.Helpers;
|
||||
using Org.BouncyCastle.Asn1.X509.Qualified;
|
||||
|
||||
namespace Yavsc.Controllers
|
||||
{
|
||||
|
|
@ -79,7 +78,7 @@ namespace Yavsc.Controllers
|
|||
|
||||
public IActionResult Contact()
|
||||
{
|
||||
return View();
|
||||
return View(siteSettings);
|
||||
}
|
||||
public IActionResult Dash()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue