using System; using System.Collections.Generic; using System.Text; namespace Manager.Interfaces.DTO.SubSection { public class Web { public string Title { get; set; } // Dictionary with all languages public string Source { get; set; } // url to ressource id (local) or on internet } }