Exemplo n.º 1
0
        public NotificationObjectFormat UpdateNotificationTemplateFormat(NotificationObjectFormat item)
        {
            if (item == null)
            {
                throw new ArgumentNullException(nameof(item));
            }

            return(ObjectFormatRepository.UpdateNotificationTemplateFormat(item));
        }
Exemplo n.º 2
0
 internal static NotificationObjectFormat UpdateNotificationTemplateFormat(NotificationObjectFormat item) => DefaultRepository.Update <NotificationObjectFormat, ObjectFormatDAL>(item);