public IEnumerable <Banco> GetAll() { return(bancoRepository.GetAll()); }
public List <BancoEntity> GetBancosAll() { var entidad = _bancoRepository.GetAll(); return(entidad); }