andreruz

Untitled

Mar 9th, 2016
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.10 KB | None | 0 0
  1. [
  2.     {
  3.         "TurmaId": 2009,
  4.         "Nome": "Turma básica",
  5.         "Curso_Id": 1,
  6.         "Curso": {
  7.             "CursoId": 1,
  8.             "Nome": "cursoA"
  9.         },
  10.         "Cursos": null,
  11.         "Ano_Id": 4,
  12.         "Ano": {
  13.             "AnoId": 4,
  14.             "Nome": 2015
  15.         },
  16.         "Anos": null,
  17.         "AnoCurso": "2015 - cursoA"
  18.     },
  19.     {
  20.         "TurmaId": 2010,
  21.         "Nome": "Turma idiomas",
  22.         "Curso_Id": 2,
  23.         "Curso": {
  24.             "CursoId": 2,
  25.             "Nome": "cursoB 2w"
  26.         },
  27.         "Cursos": null,
  28.         "Ano_Id": 20,
  29.         "Ano": {
  30.             "AnoId": 20,
  31.             "Nome": 2016
  32.         },
  33.         "Anos": null,
  34.         "AnoCurso": "2016 - cursoB 2w"
  35.     },
  36.     {
  37.         "TurmaId": 2011,
  38.         "Nome": "ee",
  39.         "Curso_Id": 2,
  40.         "Curso": {
  41.             "CursoId": 2,
  42.             "Nome": "cursoB 2w"
  43.         },
  44.         "Cursos": null,
  45.         "Ano_Id": 13,
  46.         "Ano": {
  47.             "AnoId": 13,
  48.             "Nome": 6
  49.         },
  50.         "Anos": null,
  51.         "AnoCurso": "6 - cursoB 2w"
  52.     }
  53. ]
Advertisement
Add Comment
Please, Sign In to add comment