コード例 #1
0
 public IActionResult Index()
 {
     return(Json(_transferService.GeTransferLogs()));
 }
コード例 #2
0
 public ActionResult GetTransferLogs() => Ok(_transferService.GeTransferLogs());