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