Exemplo n.º 1
0
 public ActionResult <decimal> GetBalance()
 {
     return(AccountDAO.FindBalance(this.UserID));
 }