Exemplo n.º 1
0
 public bool IsBloqueado(string cpfCnpj)
 {
     return(_da.IsBloqueado(cpfCnpj));
 }