Esempio n. 1
0
        public File CreateForNotification(IAnnexNameGenerator annexNameGenerator, NotificationApplication notification,
                                          byte[] annexBytes, string fileType)
        {
            var name = annexNameGenerator.GetValue(notification);

            return(new File(name, fileType, annexBytes));
        }
Esempio n. 2
0
        public File CreateForNotification(IAnnexNameGenerator annexNameGenerator, NotificationApplication notification,
            byte[] annexBytes, string fileType)
        {
            var name = annexNameGenerator.GetValue(notification);

            return new File(name, fileType, annexBytes);
        }