resolve property name for mapping

This commit is contained in:
Maksim Chegulov 2022-02-08 03:04:49 +03:00
parent 09e46f52d5
commit 3c4cf0f62e

View File

@ -164,7 +164,7 @@ namespace ASC.MessagingSystem.DbSender
if (message.Description != null && message.Description.Any())
{
le.Description =
le.DescriptionRaw =
JsonConvert.SerializeObject(message.Description, new JsonSerializerSettings
{
DateTimeZoneHandling = DateTimeZoneHandling.Utc
@ -193,7 +193,7 @@ namespace ASC.MessagingSystem.DbSender
if (message.Description != null && message.Description.Any())
{
ae.Description =
ae.DescriptionRaw =
JsonConvert.SerializeObject(GetSafeDescription(message.Description), new JsonSerializerSettings
{
DateTimeZoneHandling = DateTimeZoneHandling.Utc