Example #1
0
 public async Task <ServiceResponse <Account> > GetAccount(int accountId)
 {
     return(await _dataAccess.GetAccount(accountId));
 }