Exemplo n.º 1
0
 public bool accountNumberIsValid()
 {
     throw new Exception(Validador.accountNumberMsgError());
 }
Exemplo n.º 2
0
 public bool agencyCheckNumberIsValid()
 {
     throw new Exception(Validador.agencyCheckNumberMsgError());
 }