예제 #1
0
 public bool insert(ProjectMemberVM projectMemberVM)
 {
     return(iProjectMemberRepository.insert(projectMemberVM));
 }