Esempio n. 1
0
 public void SetStatus(TarefaStatus status)
 {
     this._Status = status;
 }
Esempio n. 2
0
 public List <Tarefa> ObterPorStatus(int projetoId, TarefaStatus status)
 {
     throw new NotImplementedException();
 }