public IActionResult Index([FromBody] MinModel m) { // ---- return(View("start", m)); }
public int MinTest(MinModel model) { return(100); }