Exemplo n.º 1
0
 // GET: api/Accounts
 public IHttpActionResult GetAccounts()
 {
     return(Ok(bizAccount.findAllAccount()));
 }