示例#1
0
 public QueryResponse <Client> GetByCpf(string cpf)
 {
     return(_clienteDAL.GetByCpf(cpf));
 }