Exemplo n.º 1
0
 public ITask Fetch() => repositoryManager.Fetch(CurrentRemote.Value.Name);
Exemplo n.º 2
0
 public ITask Fetch()
 {
     return(repositoryManager.Fetch(CurrentRemote.Value.Name));
 }