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
-3
View File
@@ -1,4 +1,3 @@
using Dapper;
using fxl.codes.kisekae.Services;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
@@ -58,8 +57,6 @@ namespace fxl.codes.kisekae
"default",
"{controller=Home}/{action=Index}/{id?}/{configId?}");
});
DefaultTypeMap.MatchNamesWithUnderscores = true;
}
}
}