Example #1
0
 public ICliente PegarCliente(dynamic nome)
 {
     return(_clienteServices.PegarCliente(nome));
 }