コード例 #1
0
 public ActionResult <decimal> GetBalance()
 {
     return(AccountDAO.FindBalance(this.UserID));
 }