Created
October 25, 2016 09:14
-
-
Save ricardoamaro/3a847965e9562d72c43a72defecda264 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
group: teste1.4 | |
agencia = { | |
nome_agencia:string, activo:number, cidade:string | |
exemplo, 42, lisboa | |
teste, 50, Porto | |
} | |
deposito = { | |
nome_agencia:string, nr_conta:number, nome_cliente:string, salso:number | |
exemplo,1, Luis, 1000 | |
teste,2, Pedro, 200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment