Exemplo n.º 1
0
 public async Task <BaseReceitaFederal> GetCnpjAsync(string cnpj)
 {
     return(await _empresa.GetCnpjAsync(cnpj));
 }