Example #1
0
 public List <ApiBank> GetBanks()
 {
     return(BankMapper.ConvertToApiEntitiesCollection(BankAdapter.GetAll()).ToList());
 }