public System.Threading.Tasks.Task <int> addEmailRecordAsync(MMC.MMCService.EmailRecordAttachmentService.EmailRecord _emailRecord) { return(base.Channel.addEmailRecordAsync(_emailRecord)); }
public int addEmailRecord(MMC.MMCService.EmailRecordAttachmentService.EmailRecord _emailRecord) { return(base.Channel.addEmailRecord(_emailRecord)); }