Esempio n. 1
0
 public System.Threading.Tasks.Task AddAsync(GerenciadorTarefas.ServicoGerenciadorTarefas.Tarefa tarefa)
 {
     return(base.Channel.AddAsync(tarefa));
 }
Esempio n. 2
0
 public void Add(GerenciadorTarefas.ServicoGerenciadorTarefas.Tarefa tarefa)
 {
     base.Channel.Add(tarefa);
 }