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