Exemple #1
0
        public async Task <IReadOnlyCollection <BankAccountInfo> > GetAllAsync()
        {
            var result = await _bankRepository.FetchAsync();

            return(result);
        }