Exemplo n.º 1
0
 public Task <bool> CpfCnpjExists(string cpfCnpj)
 {
     return(_repository.CpfCnpjExists(cpfCnpj));
 }