using System; namespace LibraryDTO { public class LinkDTO { public string Title { get; set; } public string Url { get; set; } } }