コード例 #1
0
        } //GetByApelido

        public ClienteViewModel GetByCpfCnpj(string cpfcnpj)
        {
            var clienteDomain = _serviceCliente.GetByCpfCnpj(cpfcnpj.SomenteNumeros());

            return(_mapper.Map <ClienteViewModel>(clienteDomain));
        } //GetByCpfCnpj