コード例 #1
0
ファイル: ApiController.cs プロジェクト: DimonMobile/ASP.NET
 public IActionResult GetOne(int id)
 {
     return(new ObjectResult(rep.Find(id)));
 }