コード例 #1
0
ファイル: ProjectMemberService.cs プロジェクト: sansob/ProMa2
 public bool delete(int id)
 {
     return(iProjectMemberRepository.delete(id));
 }