internal static bool OfInterest(IStandardAttachment message, string machineOrigin)
 {
     return(false);
 }
 public Task <IStandardAttachment> CreateAttachmentAsync(IStandardAttachment instance)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 internal static bool OfInterest(IStandardAttachment message, string machineOrigin)
 {
     throw new NotImplementedException();
 }
 public void DeleteAttachmentAsync(IStandardAttachment instance)
 {
     throw new NotImplementedException();
 }