コード例 #1
0
 public bool DeleteMemberOccupation(MemberOccupation memberOccupation)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool InsertMemberOccupation(MemberOccupation memberOccupation)
 {
     unitOfWork.MemberOccupationsRepository.Insert(memberOccupation);
     return(unitOfWork.Save());
 }