namespace MP.Core.DTO { public class EvJsonPayloadDto { #region Public Properties public List eventList { get; set; } = new(); #endregion Public Properties } }