Exemplo n.º 1
0
 public ITask DiscardChanges(GitStatusEntry[] gitStatusEntry) => repositoryManager.DiscardChanges(gitStatusEntry);
Exemplo n.º 2
0
 public ITask DiscardChanges(GitStatusEntry[] gitStatusEntry)
 {
     return(repositoryManager.DiscardChanges(gitStatusEntry));
 }