public static TarefasPrioridadeValue CreateTarefasPrioridadeValue(string value) { TarefasPrioridadeValue tarefasPrioridadeValue = new TarefasPrioridadeValue(); tarefasPrioridadeValue.Value = value; return tarefasPrioridadeValue; }
public void AddToTarefasPrioridade(TarefasPrioridadeValue tarefasPrioridadeValue) { base.AddObject("TarefasPrioridade", tarefasPrioridadeValue); }