Recently i have convert my application dot net framework into dot Core .all controller which having Class as Parameter is not working
guide me out slove the issue
public async Task<IActionResult> Create(Studenten studentEn) {
//logic
}