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