コード例 #1
0
 public async Task <IActionResult> Postcollegeitem(College item)
 {
     return(ApiOk(await Colleges.PostCollege(item)));
 }