예제 #1
0
 public Task <bool> CpfCnpjExists(string cpfCnpj)
 {
     return(_repository.CpfCnpjExists(cpfCnpj));
 }