示例#1
0
 public void UpdateStudentFormFlag(int id, [FromBody] UpdateStudent updater)
 {
     _studentsRepo.UpdateStudentFormFlag(id, updater);
 }