Skip to content

Instantly share code, notes, and snippets.

@TheoOliveira
Created June 3, 2020 13:21
Show Gist options
  • Select an option

  • Save TheoOliveira/e332bf69eb46ea12700c984e4567ffb9 to your computer and use it in GitHub Desktop.

Select an option

Save TheoOliveira/e332bf69eb46ea12700c984e4567ffb9 to your computer and use it in GitHub Desktop.
public with sharing class ClienteFloricultura2Controller {
public ClienteFloricultura2Controller() {
}
@AuraEnabled
public static ClienteFloricultura2 sendCliente(Id clienteId, String nome, String cpf, Double rg, String endereco, Decimal telefone){
return new ClienteFloricultura2(clienteId, nome, );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment