using System.Text.Json; namespace OnlineMetodist.API.Models.TypeEvent { //стажировка public class Internship { public string Location { get; set; } public double QuantityOfHours { get; set; } } }