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