Пример #1
0
 public bool AlterarSituacao(MudancaSituacaoDTO mudancaSituacao)
 {
     return(AlunoService.AlterarSituacao(mudancaSituacao));
 }