コード例 #1
0
 public IActionResult Create(SubjectModel studentModel)
 {
     studentModel.Create();
     return(View(studentModel));
 }