Example #1
0
 public async Task <ActionResult <Client> > GetClient(string cpf)
 {
     return(_clientApplication.Get(cpf));
 }