Example #1
0
 public async Task <IHttpActionResult> GetAccountSummary()
 {
     return(Ok(await _accountApplicationService.GetAccountSummary()));
 }