Ejemplo n.º 1
0
        } //GetByApelido

        public Cliente GetByCpfCnpj(string cpfcnpj)
        {
            return(_repositoryCliente.GetByCnpjCpf(cpfcnpj));
        } //GetByCpfCnpj