Beispiel #1
0
 public async Task <bool> RemoveGitRepository(int repositoryId)
 {
     return(await _ctx.RemoveRepository(repositoryId));
 }