Skip to content

Commit

Permalink
DOCS: ADD COMMENT TO FUNCTION/METHOD
Browse files Browse the repository at this point in the history
  • Loading branch information
procopiouriel committed Apr 18, 2024
1 parent e2156a1 commit 5f73b69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GerarHorario/Gerador/Restricoes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ public static void AplicarLimiteDeNoMaximoUmDiarioAtivoPorProfessorEmUmHorario(G
}
}

///<summary>
/// RESTRIÇÃO: Mínimo de 1h30 de almoço para o professor
///</summary>

public static void HorarioAlmocoProfessor(GerarHorarioContext contexto)
{
foreach (var professor in contexto.Options.Professores)
Expand Down

0 comments on commit 5f73b69

Please sign in to comment.