Ejemplo n.º 1
0
 public QueryResponse <Client> GetByCpf(string cpf)
 {
     return(_clienteDAL.GetByCpf(cpf));
 }