namespace InternshipSystem.Core { public class Course { public long Id { get; set; } public string Name { get; set; } } }