Beispiel #1
0
 public void Execute(ConcluirAtividade command)
 {
     _atividadeService.ConcluirAtividade(command.IdAtividade);
 }