Created
June 3, 2020 13:21
-
-
Save TheoOliveira/e332bf69eb46ea12700c984e4567ffb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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