Saving to DB, need to render
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using fxl.codes.kisekae.Models;
|
||||
using fxl.codes.kisekae.Services;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
@@ -14,8 +11,8 @@ namespace fxl.codes.kisekae.Controllers
|
||||
{
|
||||
_databaseService = databaseService;
|
||||
}
|
||||
|
||||
public async Task<IActionResult> Index(int id, int configId)
|
||||
|
||||
public IActionResult Index(int id, int configId)
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user