コード例 #1
0
ファイル: RepoService.cs プロジェクト: Z3L1A/GeetHub
 public bool Delete(Guid repoId)
 {
     return(_repository.Delete(repoId));
 }