Ejemplo n.º 1
0
 public Tarefa_grupo(Grupo_tarefas grupo, Tarefa tarefa)
 {
     this.grupo_tarefas_id = grupo;
     this.tarefa_id        = tarefa;
 }
Ejemplo n.º 2
0
 public Grupo_tarefas_painel(Grupo_tarefas grupo_tarefas_id, Painel painel)
 {
     this.grupo_tarefas_id = grupo_tarefas_id;
     this.painel           = painel;
 }