コード例 #1
0
ファイル: TroupeService.java プロジェクト: Nimfadora/Bileton
 public void delete(Long key) {
   dao.delete(key);
 }