예제 #1
0
 public void Execute(RemoverAtividade command)
 {
     _service.RemoverAtividade(command.IdAtividade);
 }