Exemplo n.º 1
0
 public string Validar(Banco obj)
 {
     return(_IBancoRepository.Validar(obj));
 }