Exemple #1
0
 public ActionResult Post(Turma turma)
 {
     rep.AddObjetivo(turma);
     return(Ok());
 }