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