mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Update DB to version 23: Make EntityFramework happy with existing database schema.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace cicm_web.Controllers
|
||||
return View(company);
|
||||
}
|
||||
|
||||
public IActionResult ByCountry(ushort id)
|
||||
public IActionResult ByCountry(short id)
|
||||
{
|
||||
Iso3166 iso3166 = Program.Database.Operations.GetIso3166(id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user