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