Saving to DB, need to render

This commit is contained in:
Lani Aung
2021-11-02 18:33:07 -06:00
parent d52cc4b206
commit 16dfc040a4
18 changed files with 318 additions and 212 deletions
+2 -5
View File
@@ -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();
}