using System.Text.Json; namespace OnlineMetodist.API.Models.TypeEvent { //публикация public class Publication { public string Type { get; set; } public string Name { get; set; } public string Place { get; set; } } }