コード例 #1
0
 public Clientes ObterPorCpfCnpj(string cpfcnpj)
 {
     return(repoclientes.ObterPorCpfCnpj(cpfcnpj));
 }