Example #1
0
 private void SaveAttachment(string environment, string url, string content, string description)
 {
     if (!IsProduction(environment))
     {
         _attachmentPersister?.Save(Attachment(url, content, description));
     }
 }