Exemple #1
0
        public void SaveCommunication(CommunicationHistoryModel communicationHistoryModel, string attachments)
        {
            AssociateCommunication communicationEntity = this.dataMapper.MapAssociateCommunicationM2E(communicationHistoryModel);

            this.associateRepo.SaveCommunication(communicationEntity, attachments);
        }
Exemple #2
0
 public void SaveCommunication(CommunicationHistoryModel communicationHistoryModel, string attachments)
 {
     AssociateCommunication communicationEntity = this.dataMapper.MapAssociateCommunicationM2E(communicationHistoryModel);
     this.associateRepo.SaveCommunication(communicationEntity, attachments);
 }