コード例 #1
0
ファイル: CoinJarController.cs プロジェクト: Nzam7/JarCoin
 public IHttpActionResult Get()
 {
     return(Ok(_repository.GetTotalAmount()));
 }