コード例 #1
0
ファイル: TipService.cs プロジェクト: corderoski/salvis
 public void Dispose()
 {
     _tipRepository.Dispose();
 }