Exemplo n.º 1
0
 public Banco BuscaPorId(int id)
 {
     return(_bancoRepository.FindByID(id));
 }