using ManagerService.DTOs; namespace Manager.DTOs { public class VideoDTO : SectionDTO { //public string Title { get; set; } // Dictionary with all languages public string source { get; set; } // url to resource id (local) or on internet } }